Html Css Color HEX #E2BD15 Sunflower

📋 copy color: '#E2BD15'

red 226 ◦ green 189 ◦ blue 21

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

Shades of Sunflower #E2BD15

Tints of Sunflower #E2BD15

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.35%

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 51.83%
G = 43.35%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2BD15 (or 0xE2BD15) is known color: Sunflower. HEX triplet: E2, BD and 15. RGB value is (226,189,21). Sum of RGB (Red+Green+Blue) = 226+189+21=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2BD15 is #1D42EA. Grayscale: #B5B5B5. Windows color (decimal): -1917675 or 1424866. OLE color: 1424866.

HSL color Cylindrical-coordinate representation of color #E2BD15: hue angle of 49.17º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E2BD15 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 189 21 -
CMYK 0 0.16 0.91 0.11
HSL 49.17º 0.83% 0.48% -
HSV(B) 49.17º 0.91% 0.89% -
XYZ 49.7 52.62 8.25 -
YUV 180.91 37.76 160.16 -
System Red Green Blue C M Y K H S L
Decimal 226 189 21 0 0.16 0.91 0.11 49.17 0.83 0.48
Hex E2 BD 15 0 10 5B B 31 53 30
Octal 342 275 25 0 20 133 13 61 123 60
Binary 11100010 10111101 10101 0 10000 1011011 1011 110001 1010011 110000

Color Harmonies of #E2BD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2BD15

Black with #E2BD15

Text Example


Text Example

White with #E2BD15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2BD15; }

 p { color: rgb(226,189,21); }

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

background-color css

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

 a { background-color: rgb(226,189,21); }

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

border-color css

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

 span { border-color: rgb(226,189,21); }

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