Html Css Color HEX #EADF06 Golden Yellow

📋 copy color: '#EADF06'

red 234 ◦ green 223 ◦ blue 6

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

Shades of Golden Yellow #EADF06

Tints of Golden Yellow #EADF06

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.16%

 BLUE value IS 6 (2.73% from 255) = 1.3%

R = 50.54%
G = 48.16%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EADF06 (or 0xEADF06) is known color: Golden Yellow. HEX triplet: EA, DF and 06. RGB value is (234,223,6). Sum of RGB (Red+Green+Blue) = 234+223+6=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 6 (2.73% from 255 or 1.30% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF06 is #1520F9. Grayscale: #CACACA. Windows color (decimal): -1384698 or 450538. OLE color: 450538.

HSL color Cylindrical-coordinate representation of color #EADF06: hue angle of 57.11º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EADF06 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 223 6 -
CMYK 0 0.05 0.97 0.08
HSL 57.11º 0.95% 0.47% -
HSV(B) 57.11º 0.97% 0.92% -
XYZ 60.35 70.28 10.56 -
YUV 201.55 17.64 151.14 -
System Red Green Blue C M Y K H S L
Decimal 234 223 6 0 0.05 0.97 0.08 57.11 0.95 0.47
Hex EA DF 6 0 5 61 8 39 5F 2F
Octal 352 337 6 0 5 141 10 71 137 57
Binary 11101010 11011111 110 0 101 1100001 1000 111001 1011111 101111

Color Harmonies of #EADF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF06

Black with #EADF06

Text Example


Text Example

White with #EADF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF06; }

 p { color: rgb(234,223,6); }

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

background-color css

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

 a { background-color: rgb(234,223,6); }

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

border-color css

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

 span { border-color: rgb(234,223,6); }

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