Html Css Color HEX #E2C31A Sunflower

📋 copy color: '#E2C31A'

red 226 ◦ green 195 ◦ blue 26

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

Shades of Sunflower #E2C31A

Tints of Sunflower #E2C31A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.82%

R = 50.56%
G = 43.62%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2C31A (or 0xE2C31A) is known color: Sunflower. HEX triplet: E2, C3 and 1A. RGB value is (226,195,26). Sum of RGB (Red+Green+Blue) = 226+195+26=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 26 (10.55% from 255 or 5.82% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2C31A is #1D3CE5. Grayscale: #B9B9B9. Windows color (decimal): -1916134 or 1754082. OLE color: 1754082.

HSL color Cylindrical-coordinate representation of color #E2C31A: hue angle of 50.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2C31A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 195 26 -
CMYK 0 0.14 0.88 0.11
HSL 50.7º 0.79% 0.49% -
HSV(B) 50.7º 0.88% 0.89% -
XYZ 51.07 55.27 8.95 -
YUV 185 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 226 195 26 0 0.14 0.88 0.11 50.7 0.79 0.49
Hex E2 C3 1A 0 E 58 B 33 4F 31
Octal 342 303 32 0 16 130 13 63 117 61
Binary 11100010 11000011 11010 0 1110 1011000 1011 110011 1001111 110001

Color Harmonies of #E2C31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C31A

Black with #E2C31A

Text Example


Text Example

White with #E2C31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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