Html Css Color HEX #E4CC0D Sunflower

📋 copy color: '#E4CC0D'

red 228 ◦ green 204 ◦ blue 13

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

Shades of Sunflower #E4CC0D

Tints of Sunflower #E4CC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.84%

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

R = 51.24%
G = 45.84%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4CC0D (or 0xE4CC0D) is known color: Sunflower. HEX triplet: E4, CC and 0D. RGB value is (228,204,13). Sum of RGB (Red+Green+Blue) = 228+204+13=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CC0D is #1B33F2. Grayscale: #BEBEBE. Windows color (decimal): -1782771 or 904420. OLE color: 904420.

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

Color convert

RGB 228 204 13 -
CMYK 0 0.11 0.94 0.11
HSL 53.3º 0.89% 0.47% -
HSV(B) 53.3º 0.94% 0.89% -
XYZ 53.66 59.71 9.08 -
YUV 189.4 28.45 155.53 -
System Red Green Blue C M Y K H S L
Decimal 228 204 13 0 0.11 0.94 0.11 53.3 0.89 0.47
Hex E4 CC D 0 B 5E B 35 59 2F
Octal 344 314 15 0 13 136 13 65 131 57
Binary 11100100 11001100 1101 0 1011 1011110 1011 110101 1011001 101111

Color Harmonies of #E4CC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CC0D

Black with #E4CC0D

Text Example


Text Example

White with #E4CC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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