Html Css Color HEX #E4B20D Sunflower

📋 copy color: '#E4B20D'

red 228 ◦ green 178 ◦ blue 13

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

Shades of Sunflower #E4B20D

Tints of Sunflower #E4B20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

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

R = 54.42%
G = 42.48%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E4B20D (or 0xE4B20D) is known color: Sunflower. HEX triplet: E4, B2 and 0D. RGB value is (228,178,13). Sum of RGB (Red+Green+Blue) = 228+178+13=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E4B20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4B20D is #1B4DF2. Grayscale: #AEAEAE. Windows color (decimal): -1789427 or 897764. OLE color: 897764.

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

Color convert

RGB 228 178 13 -
CMYK 0 0.22 0.94 0.11
HSL 46.05º 0.89% 0.47% -
HSV(B) 46.05º 0.94% 0.89% -
XYZ 47.99 48.36 7.19 -
YUV 174.14 37.07 166.42 -
System Red Green Blue C M Y K H S L
Decimal 228 178 13 0 0.22 0.94 0.11 46.05 0.89 0.47
Hex E4 B2 D 0 16 5E B 2E 59 2F
Octal 344 262 15 0 26 136 13 56 131 57
Binary 11100100 10110010 1101 0 10110 1011110 1011 101110 1011001 101111

Color Harmonies of #E4B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4B20D

Black with #E4B20D

Text Example


Text Example

White with #E4B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4B20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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