Html Css Color HEX #E5CD0D Sunflower

📋 copy color: '#E5CD0D'

red 229 ◦ green 205 ◦ blue 13

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

Shades of Sunflower #E5CD0D

Tints of Sunflower #E5CD0D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.86%

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

R = 51.23%
G = 45.86%
B = 2.91%

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

#E5CD0D (or 0xE5CD0D) is known color: Sunflower. HEX triplet: E5, CD and 0D. RGB value is (229,205,13). Sum of RGB (Red+Green+Blue) = 229+205+13=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 13 (5.47% from 255 or 2.91% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5CD0D is #1A32F2. Grayscale: #BFBFBF. Windows color (decimal): -1716979 or 904677. OLE color: 904677.

HSL color Cylindrical-coordinate representation of color #E5CD0D: hue angle of 53.33º 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 #E5CD0D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 205 13 -
CMYK 0 0.10 0.94 0.10
HSL 53.33º 0.89% 0.47% -
HSV(B) 53.33º 0.94% 0.9% -
XYZ 54.22 60.35 9.17 -
YUV 190.29 27.95 155.61 -
System Red Green Blue C M Y K H S L
Decimal 229 205 13 0 0.10 0.94 0.10 53.33 0.89 0.47
Hex E5 CD D 0 A 5E A 35 59 2F
Octal 345 315 15 0 12 136 12 65 131 57
Binary 11100101 11001101 1101 0 1010 1011110 1010 110101 1011001 101111

Color Harmonies of #E5CD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD0D

Black with #E5CD0D

Text Example


Text Example

White with #E5CD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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