Html Css Color HEX #E2D406 Sunflower

📋 copy color: '#E2D406'

red 226 ◦ green 212 ◦ blue 6

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

Shades of Sunflower #E2D406

Tints of Sunflower #E2D406

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.75%

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

R = 50.9%
G = 47.75%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E2D406 (or 0xE2D406) is known color: Sunflower. HEX triplet: E2, D4 and 06. RGB value is (226,212,6). Sum of RGB (Red+Green+Blue) = 226+212+6=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D406 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D406 is #1D2BF9. Grayscale: #C1C1C1. Windows color (decimal): -1911802 or 447714. OLE color: 447714.

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

Color convert

RGB 226 212 6 -
CMYK 0 0.06 0.97 0.11
HSL 56.18º 0.95% 0.45% -
HSV(B) 56.18º 0.97% 0.89% -
XYZ 54.94 63.27 9.49 -
YUV 192.7 22.64 151.75 -
System Red Green Blue C M Y K H S L
Decimal 226 212 6 0 0.06 0.97 0.11 56.18 0.95 0.45
Hex E2 D4 6 0 6 61 B 38 5F 2D
Octal 342 324 6 0 6 141 13 70 137 55
Binary 11100010 11010100 110 0 110 1100001 1011 111000 1011111 101101

Color Harmonies of #E2D406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D406

Black with #E2D406

Text Example


Text Example

White with #E2D406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D406; }

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

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

background-color css

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

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

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

border-color css

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

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

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