Html Css Color HEX #E2C315 Sunflower

📋 copy color: '#E2C315'

red 226 ◦ green 195 ◦ blue 21

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

Shades of Sunflower #E2C315

Tints of Sunflower #E2C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.12%

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

R = 51.13%
G = 44.12%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E2C315 (or 0xE2C315) is known color: Sunflower. HEX triplet: E2, C3 and 15. RGB value is (226,195,21). Sum of RGB (Red+Green+Blue) = 226+195+21=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C315 is #1D3CEA. Grayscale: #B9B9B9. Windows color (decimal): -1916139 or 1426402. OLE color: 1426402.

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

Color convert

RGB 226 195 21 -
CMYK 0 0.14 0.91 0.11
HSL 50.93º 0.83% 0.48% -
HSV(B) 50.93º 0.91% 0.89% -
XYZ 51.01 55.25 8.69 -
YUV 184.43 35.77 157.65 -
System Red Green Blue C M Y K H S L
Decimal 226 195 21 0 0.14 0.91 0.11 50.93 0.83 0.48
Hex E2 C3 15 0 E 5B B 33 53 30
Octal 342 303 25 0 16 133 13 63 123 60
Binary 11100010 11000011 10101 0 1110 1011011 1011 110011 1010011 110000

Color Harmonies of #E2C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C315

Black with #E2C315

Text Example


Text Example

White with #E2C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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