Html Css Color HEX #EEDF04 Golden Yellow

📋 copy color: '#EEDF04'

red 238 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #EEDF04

Tints of Golden Yellow #EEDF04

RGB

 RED value IS 238 (93.36% from 255) = 51.18%

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

 BLUE value IS 4 (1.95% from 255) = 0.86%

R = 51.18%
G = 47.96%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EEDF04 (or 0xEEDF04) is known color: Golden Yellow. HEX triplet: EE, DF and 04. RGB value is (238,223,4). Sum of RGB (Red+Green+Blue) = 238+223+4=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 4 (1.95% from 255 or 0.86% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF04 is #1120FB. Grayscale: #CBCBCB. Windows color (decimal): -1122556 or 319470. OLE color: 319470.

HSL color Cylindrical-coordinate representation of color #EEDF04: hue angle of 56.15º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEDF04 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 4 -
CMYK 0 0.06 0.98 0.07
HSL 56.15º 0.97% 0.47% -
HSV(B) 56.15º 0.98% 0.93% -
XYZ 61.67 70.96 10.56 -
YUV 202.52 15.97 153.31 -
System Red Green Blue C M Y K H S L
Decimal 238 223 4 0 0.06 0.98 0.07 56.15 0.97 0.47
Hex EE DF 4 0 6 62 7 38 61 2F
Octal 356 337 4 0 6 142 7 70 141 57
Binary 11101110 11011111 100 0 110 1100010 111 111000 1100001 101111

Color Harmonies of #EEDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF04

Black with #EEDF04

Text Example


Text Example

White with #EEDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF04; }

 p { color: rgb(238,223,4); }

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

background-color css

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

 a { background-color: rgb(238,223,4); }

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

border-color css

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

 span { border-color: rgb(238,223,4); }

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