Html Css Color HEX #E2CB15 Sunflower

📋 copy color: '#E2CB15'

red 226 ◦ green 203 ◦ blue 21

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

Shades of Sunflower #E2CB15

Tints of Sunflower #E2CB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.11%

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

R = 50.22%
G = 45.11%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2CB15 (or 0xE2CB15) is known color: Sunflower. HEX triplet: E2, CB and 15. RGB value is (226,203,21). Sum of RGB (Red+Green+Blue) = 226+203+21=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 21 (8.59% from 255 or 4.67% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2CB15 is #1D34EA. Grayscale: #BDBDBD. Windows color (decimal): -1914091 or 1428450. OLE color: 1428450.

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

Color convert

RGB 226 203 21 -
CMYK 0 0.10 0.91 0.11
HSL 53.27º 0.83% 0.48% -
HSV(B) 53.27º 0.91% 0.89% -
XYZ 52.86 58.93 9.3 -
YUV 189.13 33.12 154.3 -
System Red Green Blue C M Y K H S L
Decimal 226 203 21 0 0.10 0.91 0.11 53.27 0.83 0.48
Hex E2 CB 15 0 A 5B B 35 53 30
Octal 342 313 25 0 12 133 13 65 123 60
Binary 11100010 11001011 10101 0 1010 1011011 1011 110101 1010011 110000

Color Harmonies of #E2CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB15

Black with #E2CB15

Text Example


Text Example

White with #E2CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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