Html Css Color HEX #E1CF0A Sunflower

📋 copy color: '#E1CF0A'

red 225 ◦ green 207 ◦ blue 10

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

Shades of Sunflower #E1CF0A

Tints of Sunflower #E1CF0A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.83%

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 50.9%
G = 46.83%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1CF0A (or 0xE1CF0A) is known color: Sunflower. HEX triplet: E1, CF and 0A. RGB value is (225,207,10). Sum of RGB (Red+Green+Blue) = 225+207+10=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CF0A is #1E30F5. Grayscale: #BEBEBE. Windows color (decimal): -1978614 or 708577. OLE color: 708577.

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

Color convert

RGB 225 207 10 -
CMYK 0 0.08 0.96 0.12
HSL 54.98º 0.91% 0.46% -
HSV(B) 54.98º 0.96% 0.88% -
XYZ 53.42 60.66 9.18 -
YUV 189.92 26.46 153.02 -
System Red Green Blue C M Y K H S L
Decimal 225 207 10 0 0.08 0.96 0.12 54.98 0.91 0.46
Hex E1 CF A 0 8 60 C 37 5B 2E
Octal 341 317 12 0 10 140 14 67 133 56
Binary 11100001 11001111 1010 0 1000 1100000 1100 110111 1011011 101110

Color Harmonies of #E1CF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF0A

Black with #E1CF0A

Text Example


Text Example

White with #E1CF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF0A; }

 p { color: rgb(225,207,10); }

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

background-color css

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

 a { background-color: rgb(225,207,10); }

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

border-color css

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

 span { border-color: rgb(225,207,10); }

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