Html Css Color HEX #E1CE0F Sunflower

📋 copy color: '#E1CE0F'

red 225 ◦ green 206 ◦ blue 15

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

Shades of Sunflower #E1CE0F

Tints of Sunflower #E1CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.19%

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

R = 50.45%
G = 46.19%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1CE0F (or 0xE1CE0F) is known color: Sunflower. HEX triplet: E1, CE and 0F. RGB value is (225,206,15). Sum of RGB (Red+Green+Blue) = 225+206+15=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 15 (6.25% from 255 or 3.36% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1CE0F is #1E31F0. Grayscale: #BEBEBE. Windows color (decimal): -1978865 or 1036001. OLE color: 1036001.

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

Color convert

RGB 225 206 15 -
CMYK 0 0.08 0.93 0.12
HSL 54.57º 0.88% 0.47% -
HSV(B) 54.57º 0.93% 0.88% -
XYZ 53.21 60.18 9.26 -
YUV 189.91 29.29 153.03 -
System Red Green Blue C M Y K H S L
Decimal 225 206 15 0 0.08 0.93 0.12 54.57 0.88 0.47
Hex E1 CE F 0 8 5D C 37 58 2F
Octal 341 316 17 0 10 135 14 67 130 57
Binary 11100001 11001110 1111 0 1000 1011101 1100 110111 1011000 101111

Color Harmonies of #E1CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CE0F

Black with #E1CE0F

Text Example


Text Example

White with #E1CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CE0F; }

 p { color: rgb(225,206,15); }

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

background-color css

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

 a { background-color: rgb(225,206,15); }

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

border-color css

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

 span { border-color: rgb(225,206,15); }

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