Html Css Color HEX #EADD40 Starship

📋 copy color: '#EADD40'

red 234 ◦ green 221 ◦ blue 64

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

Shades of Starship #EADD40

Tints of Starship #EADD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.33%

R = 45.09%
G = 42.58%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EADD40 (or 0xEADD40) is known color: Starship. HEX triplet: EA, DD and 40. RGB value is (234,221,64). Sum of RGB (Red+Green+Blue) = 234+221+64=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD40 is #1522BF. Grayscale: #CFCFCF. Windows color (decimal): -1385152 or 4251114. OLE color: 4251114.

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

Color convert

RGB 234 221 64 -
CMYK 0 0.06 0.73 0.08
HSL 55.41º 0.8% 0.58% -
HSV(B) 55.41º 0.73% 0.92% -
XYZ 60.71 69.58 15.08 -
YUV 206.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 234 221 64 0 0.06 0.73 0.08 55.41 0.8 0.58
Hex EA DD 40 0 6 49 8 37 50 3A
Octal 352 335 100 0 6 111 10 67 120 72
Binary 11101010 11011101 1000000 0 110 1001001 1000 110111 1010000 111010

Color Harmonies of #EADD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD40

Black with #EADD40

Text Example


Text Example

White with #EADD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD40; }

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

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

background-color css

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

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

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

border-color css

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

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

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