Html Css Color HEX #E2D206 Sunflower

📋 copy color: '#E2D206'

red 226 ◦ green 210 ◦ blue 6

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

Shades of Sunflower #E2D206

Tints of Sunflower #E2D206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

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

R = 51.13%
G = 47.51%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2D206 (or 0xE2D206) is known color: Sunflower. HEX triplet: E2, D2 and 06. RGB value is (226,210,6). Sum of RGB (Red+Green+Blue) = 226+210+6=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D206 is #1D2DF9. Grayscale: #C0C0C0. Windows color (decimal): -1912314 or 447202. OLE color: 447202.

HSL color Cylindrical-coordinate representation of color #E2D206: hue angle of 55.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 #E2D206 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 210 6 -
CMYK 0 0.07 0.97 0.11
HSL 55.64º 0.95% 0.45% -
HSV(B) 55.64º 0.97% 0.89% -
XYZ 54.44 62.28 9.32 -
YUV 191.53 23.3 152.59 -
System Red Green Blue C M Y K H S L
Decimal 226 210 6 0 0.07 0.97 0.11 55.64 0.95 0.45
Hex E2 D2 6 0 7 61 B 38 5F 2D
Octal 342 322 6 0 7 141 13 70 137 55
Binary 11100010 11010010 110 0 111 1100001 1011 111000 1011111 101101

Color Harmonies of #E2D206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D206

Black with #E2D206

Text Example


Text Example

White with #E2D206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D206; }

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

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

background-color css

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

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

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

border-color css

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

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

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