Html Css Color HEX #E1CA0C Sunflower

📋 copy color: '#E1CA0C'

red 225 ◦ green 202 ◦ blue 12

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

Shades of Sunflower #E1CA0C

Tints of Sunflower #E1CA0C

RGB

 RED value IS 225 (88.28% from 255) = 51.25%

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 51.25%
G = 46.01%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1CA0C (or 0xE1CA0C) is known color: Sunflower. HEX triplet: E1, CA and 0C. RGB value is (225,202,12). Sum of RGB (Red+Green+Blue) = 225+202+12=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CA0C is #1E35F3. Grayscale: #BCBCBC. Windows color (decimal): -1979892 or 838369. OLE color: 838369.

HSL color Cylindrical-coordinate representation of color #E1CA0C: hue angle of 53.52º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1CA0C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 202 12 -
CMYK 0 0.10 0.95 0.12
HSL 53.52º 0.9% 0.46% -
HSV(B) 53.52º 0.95% 0.88% -
XYZ 52.24 58.28 8.84 -
YUV 187.22 29.12 154.95 -
System Red Green Blue C M Y K H S L
Decimal 225 202 12 0 0.10 0.95 0.12 53.52 0.9 0.46
Hex E1 CA C 0 A 5F C 36 5A 2E
Octal 341 312 14 0 12 137 14 66 132 56
Binary 11100001 11001010 1100 0 1010 1011111 1100 110110 1011010 101110

Color Harmonies of #E1CA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA0C

Black with #E1CA0C

Text Example


Text Example

White with #E1CA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA0C; }

 p { color: rgb(225,202,12); }

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

background-color css

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

 a { background-color: rgb(225,202,12); }

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

border-color css

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

 span { border-color: rgb(225,202,12); }

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