Html Css Color HEX #E3CA0F Sunflower

📋 copy color: '#E3CA0F'

red 227 ◦ green 202 ◦ blue 15

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

Shades of Sunflower #E3CA0F

Tints of Sunflower #E3CA0F

RGB

 RED value IS 227 (89.06% from 255) = 51.13%

 GREEN value IS 202 (79.3% from 255) = 45.5%

 BLUE value IS 15 (6.25% from 255) = 3.38%

R = 51.13%
G = 45.5%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3CA0F (or 0xE3CA0F) is known color: Sunflower. HEX triplet: E3, CA and 0F. RGB value is (227,202,15). Sum of RGB (Red+Green+Blue) = 227+202+15=444 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.13% from 444); Green value is 202 (79.30% from 255 or 45.50% from 444); Blue value is 15 (6.25% from 255 or 3.38% from 444); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3CA0F is #1C35F0. Grayscale: #BCBCBC. Windows color (decimal): -1848817 or 1034979. OLE color: 1034979.

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

Color convert

RGB 227 202 15 -
CMYK 0 0.11 0.93 0.11
HSL 52.92º 0.88% 0.47% -
HSV(B) 52.92º 0.93% 0.89% -
XYZ 52.89 58.61 8.98 -
YUV 188.16 30.28 155.71 -
System Red Green Blue C M Y K H S L
Decimal 227 202 15 0 0.11 0.93 0.11 52.92 0.88 0.47
Hex E3 CA F 0 B 5D B 35 58 2F
Octal 343 312 17 0 13 135 13 65 130 57
Binary 11100011 11001010 1111 0 1011 1011101 1011 110101 1011000 101111

Color Harmonies of #E3CA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CA0F

Black with #E3CA0F

Text Example


Text Example

White with #E3CA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CA0F; }

 p { color: rgb(227,202,15); }

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

background-color css

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

 a { background-color: rgb(227,202,15); }

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

border-color css

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

 span { border-color: rgb(227,202,15); }

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