Html Css Color HEX #EADD42 Starship

📋 copy color: '#EADD42'

red 234 ◦ green 221 ◦ blue 66

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

Shades of Starship #EADD42

Tints of Starship #EADD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 44.91%
G = 42.42%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EADD42 (or 0xEADD42) is known color: Starship. HEX triplet: EA, DD and 42. RGB value is (234,221,66). Sum of RGB (Red+Green+Blue) = 234+221+66=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD42 is #1522BD. Grayscale: #CFCFCF. Windows color (decimal): -1385150 or 4382186. OLE color: 4382186.

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

Color convert

RGB 234 221 66 -
CMYK 0 0.06 0.72 0.08
HSL 55.36º 0.8% 0.59% -
HSV(B) 55.36º 0.72% 0.92% -
XYZ 60.77 69.6 15.39 -
YUV 207.22 48.31 147.1 -
System Red Green Blue C M Y K H S L
Decimal 234 221 66 0 0.06 0.72 0.08 55.36 0.8 0.59
Hex EA DD 42 0 6 48 8 37 50 3B
Octal 352 335 102 0 6 110 10 67 120 73
Binary 11101010 11011101 1000010 0 110 1001000 1000 110111 1010000 111011

Color Harmonies of #EADD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD42

Black with #EADD42

Text Example


Text Example

White with #EADD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD42; }

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

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

background-color css

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

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

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

border-color css

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

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

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