Html Css Color HEX #E2B604 Sunflower

📋 copy color: '#E2B604'

red 226 ◦ green 182 ◦ blue 4

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

Shades of Sunflower #E2B604

Tints of Sunflower #E2B604

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.17%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 54.85%
G = 44.17%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E2B604 (or 0xE2B604) is known color: Sunflower. HEX triplet: E2, B6 and 04. RGB value is (226,182,4). Sum of RGB (Red+Green+Blue) = 226+182+4=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 182 (71.48% from 255 or 44.17% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B604 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B604 is #1D49FB. Grayscale: #AFAFAF. Windows color (decimal): -1919484 or 308962. OLE color: 308962.

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

Color convert

RGB 226 182 4 -
CMYK 0 0.19 0.98 0.11
HSL 48.11º 0.97% 0.45% -
HSV(B) 48.11º 0.98% 0.89% -
XYZ 48.11 49.63 7.16 -
YUV 174.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 226 182 4 0 0.19 0.98 0.11 48.11 0.97 0.45
Hex E2 B6 4 0 13 62 B 30 61 2D
Octal 342 266 4 0 23 142 13 60 141 55
Binary 11100010 10110110 100 0 10011 1100010 1011 110000 1100001 101101

Color Harmonies of #E2B604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B604

Black with #E2B604

Text Example


Text Example

White with #E2B604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B604; }

 p { color: rgb(226,182,4); }

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

background-color css

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

 a { background-color: rgb(226,182,4); }

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

border-color css

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

 span { border-color: rgb(226,182,4); }

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