Html Css Color HEX #EEDF03 Golden Yellow

📋 copy color: '#EEDF03'

red 238 ◦ green 223 ◦ blue 3

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

Shades of Golden Yellow #EEDF03

Tints of Golden Yellow #EEDF03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.65%

R = 51.29%
G = 48.06%
B = 0.65%

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

#EEDF03 (or 0xEEDF03) is known color: Golden Yellow. HEX triplet: EE, DF and 03. RGB value is (238,223,3). Sum of RGB (Red+Green+Blue) = 238+223+3=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 3 (1.56% from 255 or 0.65% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDF03 is #1120FC. Grayscale: #CBCBCB. Windows color (decimal): -1122557 or 253934. OLE color: 253934.

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

Color convert

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

Color Harmonies of #EEDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF03

Black with #EEDF03

Text Example


Text Example

White with #EEDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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