Html Css Color HEX #E1CA1C Sunflower

📋 copy color: '#E1CA1C'

red 225 ◦ green 202 ◦ blue 28

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

Shades of Sunflower #E1CA1C

Tints of Sunflower #E1CA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.15%

R = 49.45%
G = 44.4%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1CA1C (or 0xE1CA1C) is known color: Sunflower. HEX triplet: E1, CA and 1C. RGB value is (225,202,28). Sum of RGB (Red+Green+Blue) = 225+202+28=455 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.45% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 28 (11.33% from 255 or 6.15% from 455); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA1C is #1E35E3. Grayscale: #BDBDBD. Windows color (decimal): -1979876 or 1886945. OLE color: 1886945.

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

Color convert

RGB 225 202 28 -
CMYK 0 0.10 0.88 0.12
HSL 52.99º 0.78% 0.5% -
HSV(B) 52.99º 0.88% 0.88% -
XYZ 52.38 58.33 9.6 -
YUV 189.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 225 202 28 0 0.10 0.88 0.12 52.99 0.78 0.5
Hex E1 CA 1C 0 A 58 C 35 4E 32
Octal 341 312 34 0 12 130 14 65 116 62
Binary 11100001 11001010 11100 0 1010 1011000 1100 110101 1001110 110010

Color Harmonies of #E1CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA1C

Black with #E1CA1C

Text Example


Text Example

White with #E1CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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