Html Css Color HEX #EADD3A Starship

📋 copy color: '#EADD3A'

red 234 ◦ green 221 ◦ blue 58

#EADD3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EADD3A

Tints of Starship #EADD3A

RGB

 RED value IS 234 (91.8% from 255) = 45.61%

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 58 (23.05% from 255) = 11.31%

R = 45.61%
G = 43.08%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EADD3A (or 0xEADD3A) is known color: Starship. HEX triplet: EA, DD and 3A. RGB value is (234,221,58). Sum of RGB (Red+Green+Blue) = 234+221+58=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD3A is #1522C5. Grayscale: #CECECE. Windows color (decimal): -1385158 or 3857898. OLE color: 3857898.

HSL color Cylindrical-coordinate representation of color #EADD3A: hue angle of 55.57º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EADD3A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 221 58 -
CMYK 0 0.06 0.75 0.08
HSL 55.57º 0.81% 0.57% -
HSV(B) 55.57º 0.75% 0.92% -
XYZ 60.55 69.51 14.23 -
YUV 206.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 234 221 58 0 0.06 0.75 0.08 55.57 0.81 0.57
Hex EA DD 3A 0 6 4B 8 38 51 39
Octal 352 335 72 0 6 113 10 70 121 71
Binary 11101010 11011101 111010 0 110 1001011 1000 111000 1010001 111001

Color Harmonies of #EADD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD3A

Black with #EADD3A

Text Example


Text Example

White with #EADD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD3A; }

 p { color: rgb(234,221,58); }

 H1.HeaderClassName
 {
   color: #EADD3A;
 }
 .AnyTagClassName
 {
   color: #EADD3A;
 }
</style>

background-color css

<style>
 a { background-color: #EADD3A; }

 a { background-color: rgb(234,221,58); }

 div.DivClassName
 {
   background-color: #EADD3A;
 }
 .BgClassName
 {
   background-color: #EADD3A;
 }
</style>

border-color css

<style>
 span { border-color: #EADD3A; }

 span { border-color: rgb(234,221,58); }

 td.TdClassName
 {
   border-color: #EADD3A;
 }
 .TagClassName
 {
   border-color: #EADD3A;
 }
</style>