Html Css Color HEX #EADD39 Starship

📋 copy color: '#EADD39'

red 234 ◦ green 221 ◦ blue 57

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

Shades of Starship #EADD39

Tints of Starship #EADD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.13%

R = 45.7%
G = 43.16%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EADD39 (or 0xEADD39) is known color: Starship. HEX triplet: EA, DD and 39. RGB value is (234,221,57). Sum of RGB (Red+Green+Blue) = 234+221+57=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 57 (22.66% from 255 or 11.13% from 512); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADD39 is #1522C6. Grayscale: #CECECE. Windows color (decimal): -1385159 or 3792362. OLE color: 3792362.

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

Color convert

RGB 234 221 57 -
CMYK 0 0.06 0.76 0.08
HSL 55.59º 0.81% 0.57% -
HSV(B) 55.59º 0.76% 0.92% -
XYZ 60.53 69.5 14.1 -
YUV 206.19 43.81 147.84 -
System Red Green Blue C M Y K H S L
Decimal 234 221 57 0 0.06 0.76 0.08 55.59 0.81 0.57
Hex EA DD 39 0 6 4C 8 38 51 39
Octal 352 335 71 0 6 114 10 70 121 71
Binary 11101010 11011101 111001 0 110 1001100 1000 111000 1010001 111001

Color Harmonies of #EADD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADD39

Black with #EADD39

Text Example


Text Example

White with #EADD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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