Html Css Color HEX #E2DD06 Golden Yellow

📋 copy color: '#E2DD06'

red 226 ◦ green 221 ◦ blue 6

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

Shades of Golden Yellow #E2DD06

Tints of Golden Yellow #E2DD06

RGB

 RED value IS 226 (88.67% from 255) = 49.89%

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

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

R = 49.89%
G = 48.79%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2DD06 (or 0xE2DD06) is known color: Golden Yellow. HEX triplet: E2, DD and 06. RGB value is (226,221,6). Sum of RGB (Red+Green+Blue) = 226+221+6=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2DD06 is #1D22F9. Grayscale: #C6C6C6. Windows color (decimal): -1909498 or 450018. OLE color: 450018.

HSL color Cylindrical-coordinate representation of color #E2DD06: hue angle of 58.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2DD06 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 221 6 -
CMYK 0 0.02 0.97 0.11
HSL 58.64º 0.95% 0.45% -
HSV(B) 58.64º 0.97% 0.89% -
XYZ 57.25 67.89 10.26 -
YUV 197.99 19.66 147.98 -
System Red Green Blue C M Y K H S L
Decimal 226 221 6 0 0.02 0.97 0.11 58.64 0.95 0.45
Hex E2 DD 6 0 2 61 B 3B 5F 2D
Octal 342 335 6 0 2 141 13 73 137 55
Binary 11100010 11011101 110 0 10 1100001 1011 111011 1011111 101101

Color Harmonies of #E2DD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD06

Black with #E2DD06

Text Example


Text Example

White with #E2DD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD06; }

 p { color: rgb(226,221,6); }

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

background-color css

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

 a { background-color: rgb(226,221,6); }

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

border-color css

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

 span { border-color: rgb(226,221,6); }

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