Html Css Color HEX #E4CD0D Sunflower

📋 copy color: '#E4CD0D'

red 228 ◦ green 205 ◦ blue 13

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

Shades of Sunflower #E4CD0D

Tints of Sunflower #E4CD0D

RGB

 RED value IS 228 (89.45% from 255) = 51.12%

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

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

R = 51.12%
G = 45.96%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4CD0D (or 0xE4CD0D) is known color: Sunflower. HEX triplet: E4, CD and 0D. RGB value is (228,205,13). Sum of RGB (Red+Green+Blue) = 228+205+13=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 13 (5.47% from 255 or 2.91% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CD0D is #1B32F2. Grayscale: #BEBEBE. Windows color (decimal): -1782515 or 904676. OLE color: 904676.

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

Color convert

RGB 228 205 13 -
CMYK 0 0.10 0.94 0.11
HSL 53.58º 0.89% 0.47% -
HSV(B) 53.58º 0.94% 0.89% -
XYZ 53.9 60.19 9.16 -
YUV 189.99 28.12 155.11 -
System Red Green Blue C M Y K H S L
Decimal 228 205 13 0 0.10 0.94 0.11 53.58 0.89 0.47
Hex E4 CD D 0 A 5E B 36 59 2F
Octal 344 315 15 0 12 136 13 66 131 57
Binary 11100100 11001101 1101 0 1010 1011110 1011 110110 1011001 101111

Color Harmonies of #E4CD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CD0D

Black with #E4CD0D

Text Example


Text Example

White with #E4CD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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