Html Css Color HEX #EEDF02 Golden Yellow

📋 copy color: '#EEDF02'

red 238 ◦ green 223 ◦ blue 2

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

Shades of Golden Yellow #EEDF02

Tints of Golden Yellow #EEDF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 51.4%
G = 48.16%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EEDF02 (or 0xEEDF02) is known color: Golden Yellow. HEX triplet: EE, DF and 02. RGB value is (238,223,2). Sum of RGB (Red+Green+Blue) = 238+223+2=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 2 (1.17% from 255 or 0.43% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF02 is #1120FD. Grayscale: #CBCBCB. Windows color (decimal): -1122558 or 188398. OLE color: 188398.

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

Color convert

RGB 238 223 2 -
CMYK 0 0.06 0.99 0.07
HSL 56.19º 0.98% 0.47% -
HSV(B) 56.19º 0.99% 0.93% -
XYZ 61.66 70.96 10.5 -
YUV 202.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 238 223 2 0 0.06 0.99 0.07 56.19 0.98 0.47
Hex EE DF 2 0 6 63 7 38 62 2F
Octal 356 337 2 0 6 143 7 70 142 57
Binary 11101110 11011111 10 0 110 1100011 111 111000 1100010 101111

Color Harmonies of #EEDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF02

Black with #EEDF02

Text Example


Text Example

White with #EEDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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