Html Css Color HEX #E2BF24 Sunflower

📋 copy color: '#E2BF24'

red 226 ◦ green 191 ◦ blue 36

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

Shades of Sunflower #E2BF24

Tints of Sunflower #E2BF24

RGB

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

 GREEN value IS 191 (75% from 255) = 42.16%

 BLUE value IS 36 (14.45% from 255) = 7.95%

R = 49.89%
G = 42.16%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E2BF24 (or 0xE2BF24) is known color: Sunflower. HEX triplet: E2, BF and 24. RGB value is (226,191,36). Sum of RGB (Red+Green+Blue) = 226+191+36=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BF24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BF24 is #1D40DB. Grayscale: #B8B8B8. Windows color (decimal): -1917148 or 2408418. OLE color: 2408418.

HSL color Cylindrical-coordinate representation of color #E2BF24: hue angle of 48.95º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2BF24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 191 36 -
CMYK 0 0.15 0.84 0.11
HSL 48.95º 0.77% 0.51% -
HSV(B) 48.95º 0.84% 0.89% -
XYZ 50.31 53.56 9.35 -
YUV 183.8 44.6 158.1 -
System Red Green Blue C M Y K H S L
Decimal 226 191 36 0 0.15 0.84 0.11 48.95 0.77 0.51
Hex E2 BF 24 0 F 54 B 31 4D 33
Octal 342 277 44 0 17 124 13 61 115 63
Binary 11100010 10111111 100100 0 1111 1010100 1011 110001 1001101 110011

Color Harmonies of #E2BF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BF24

Black with #E2BF24

Text Example


Text Example

White with #E2BF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BF24; }

 p { color: rgb(226,191,36); }

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

background-color css

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

 a { background-color: rgb(226,191,36); }

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

border-color css

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

 span { border-color: rgb(226,191,36); }

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