Html Css Color HEX #EADB42 Starship

📋 copy color: '#EADB42'

red 234 ◦ green 219 ◦ blue 66

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

Shades of Starship #EADB42

Tints of Starship #EADB42

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.2%

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

R = 45.09%
G = 42.2%
B = 12.72%

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

#EADB42 (or 0xEADB42) is known color: Starship. HEX triplet: EA, DB and 42. RGB value is (234,219,66). Sum of RGB (Red+Green+Blue) = 234+219+66=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB42 is #1524BD. Grayscale: #CECECE. Windows color (decimal): -1385662 or 4381674. OLE color: 4381674.

HSL color Cylindrical-coordinate representation of color #EADB42: hue angle of 54.64º 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 #EADB42 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 66 -
CMYK 0 0.06 0.72 0.08
HSL 54.64º 0.8% 0.59% -
HSV(B) 54.64º 0.72% 0.92% -
XYZ 60.25 68.55 15.21 -
YUV 206.04 48.97 147.94 -
System Red Green Blue C M Y K H S L
Decimal 234 219 66 0 0.06 0.72 0.08 54.64 0.8 0.59
Hex EA DB 42 0 6 48 8 37 50 3B
Octal 352 333 102 0 6 110 10 67 120 73
Binary 11101010 11011011 1000010 0 110 1001000 1000 110111 1010000 111011

Color Harmonies of #EADB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB42

Black with #EADB42

Text Example


Text Example

White with #EADB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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