Html Css Color HEX #E8DD02 Golden Yellow

📋 copy color: '#E8DD02'

red 232 ◦ green 221 ◦ blue 2

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

Shades of Golden Yellow #E8DD02

Tints of Golden Yellow #E8DD02

RGB

 RED value IS 232 (91.02% from 255) = 50.99%

 GREEN value IS 221 (86.72% from 255) = 48.57%

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

R = 50.99%
G = 48.57%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E8DD02 (or 0xE8DD02) is known color: Golden Yellow. HEX triplet: E8, DD and 02. RGB value is (232,221,2). Sum of RGB (Red+Green+Blue) = 232+221+2=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8DD02 is #1722FD. Grayscale: #C8C8C8. Windows color (decimal): -1516286 or 187880. OLE color: 187880.

HSL color Cylindrical-coordinate representation of color #E8DD02: hue angle of 57.13º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8DD02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 221 2 -
CMYK 0 0.05 0.99 0.09
HSL 57.13º 0.98% 0.46% -
HSV(B) 57.13º 0.99% 0.91% -
XYZ 59.15 68.87 10.23 -
YUV 199.32 16.64 151.31 -
System Red Green Blue C M Y K H S L
Decimal 232 221 2 0 0.05 0.99 0.09 57.13 0.98 0.46
Hex E8 DD 2 0 5 63 9 39 62 2E
Octal 350 335 2 0 5 143 11 71 142 56
Binary 11101000 11011101 10 0 101 1100011 1001 111001 1100010 101110

Color Harmonies of #E8DD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8DD02

Black with #E8DD02

Text Example


Text Example

White with #E8DD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8DD02; }

 p { color: rgb(232,221,2); }

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

background-color css

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

 a { background-color: rgb(232,221,2); }

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

border-color css

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

 span { border-color: rgb(232,221,2); }

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