Html Css Color HEX #E1CA1A Sunflower

📋 copy color: '#E1CA1A'

red 225 ◦ green 202 ◦ blue 26

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

Shades of Sunflower #E1CA1A

Tints of Sunflower #E1CA1A

RGB

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

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

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

R = 49.67%
G = 44.59%
B = 5.74%

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

#E1CA1A (or 0xE1CA1A) is known color: Sunflower. HEX triplet: E1, CA and 1A. RGB value is (225,202,26). Sum of RGB (Red+Green+Blue) = 225+202+26=453 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.67% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CA1A is #1E35E5. Grayscale: #BDBDBD. Windows color (decimal): -1979878 or 1755873. OLE color: 1755873.

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

Color convert

RGB 225 202 26 -
CMYK 0 0.10 0.88 0.12
HSL 53.07º 0.79% 0.49% -
HSV(B) 53.07º 0.88% 0.88% -
XYZ 52.36 58.32 9.48 -
YUV 188.81 36.12 153.81 -
System Red Green Blue C M Y K H S L
Decimal 225 202 26 0 0.10 0.88 0.12 53.07 0.79 0.49
Hex E1 CA 1A 0 A 58 C 35 4F 31
Octal 341 312 32 0 12 130 14 65 117 61
Binary 11100001 11001010 11010 0 1010 1011000 1100 110101 1001111 110001

Color Harmonies of #E1CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA1A

Black with #E1CA1A

Text Example


Text Example

White with #E1CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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