Html Css Color HEX #E4CA0D Sunflower

📋 copy color: '#E4CA0D'

red 228 ◦ green 202 ◦ blue 13

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

Shades of Sunflower #E4CA0D

Tints of Sunflower #E4CA0D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 51.47%
G = 45.6%
B = 2.93%

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

#E4CA0D (or 0xE4CA0D) is known color: Sunflower. HEX triplet: E4, CA and 0D. RGB value is (228,202,13). Sum of RGB (Red+Green+Blue) = 228+202+13=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4CA0D is #1B35F2. Grayscale: #BDBDBD. Windows color (decimal): -1783283 or 903908. OLE color: 903908.

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

Color convert

RGB 228 202 13 -
CMYK 0 0.11 0.94 0.11
HSL 52.74º 0.89% 0.47% -
HSV(B) 52.74º 0.94% 0.89% -
XYZ 53.19 58.76 8.92 -
YUV 188.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 228 202 13 0 0.11 0.94 0.11 52.74 0.89 0.47
Hex E4 CA D 0 B 5E B 35 59 2F
Octal 344 312 15 0 13 136 13 65 131 57
Binary 11100100 11001010 1101 0 1011 1011110 1011 110101 1011001 101111

Color Harmonies of #E4CA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CA0D

Black with #E4CA0D

Text Example


Text Example

White with #E4CA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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