Html Css Color HEX #E5CF0D Sunflower

📋 copy color: '#E5CF0D'

red 229 ◦ green 207 ◦ blue 13

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

Shades of Sunflower #E5CF0D

Tints of Sunflower #E5CF0D

RGB

 RED value IS 229 (89.84% from 255) = 51%

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

 BLUE value IS 13 (5.47% from 255) = 2.9%

R = 51%
G = 46.1%
B = 2.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5CF0D (or 0xE5CF0D) is known color: Sunflower. HEX triplet: E5, CF and 0D. RGB value is (229,207,13). Sum of RGB (Red+Green+Blue) = 229+207+13=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 13 (5.47% from 255 or 2.90% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CF0D is #1A30F2. Grayscale: #C0C0C0. Windows color (decimal): -1716467 or 905189. OLE color: 905189.

HSL color Cylindrical-coordinate representation of color #E5CF0D: hue angle of 53.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5CF0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 13 -
CMYK 0 0.10 0.94 0.10
HSL 53.89º 0.89% 0.47% -
HSV(B) 53.89º 0.94% 0.9% -
XYZ 54.7 61.31 9.33 -
YUV 191.46 27.29 154.77 -
System Red Green Blue C M Y K H S L
Decimal 229 207 13 0 0.10 0.94 0.10 53.89 0.89 0.47
Hex E5 CF D 0 A 5E A 36 59 2F
Octal 345 317 15 0 12 136 12 66 131 57
Binary 11100101 11001111 1101 0 1010 1011110 1010 110110 1011001 101111

Color Harmonies of #E5CF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF0D

Black with #E5CF0D

Text Example


Text Example

White with #E5CF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF0D; }

 p { color: rgb(229,207,13); }

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

background-color css

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

 a { background-color: rgb(229,207,13); }

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

border-color css

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

 span { border-color: rgb(229,207,13); }

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