Html Css Color HEX #E4BC16 Sunflower

📋 copy color: '#E4BC16'

red 228 ◦ green 188 ◦ blue 22

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

Shades of Sunflower #E4BC16

Tints of Sunflower #E4BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 52.05%
G = 42.92%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E4BC16 (or 0xE4BC16) is known color: Sunflower. HEX triplet: E4, BC and 16. RGB value is (228,188,22). Sum of RGB (Red+Green+Blue) = 228+188+22=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BC16 is #1B43E9. Grayscale: #B5B5B5. Windows color (decimal): -1786858 or 1490148. OLE color: 1490148.

HSL color Cylindrical-coordinate representation of color #E4BC16: hue angle of 48.35º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E4BC16 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 188 22 -
CMYK 0 0.18 0.90 0.11
HSL 48.35º 0.82% 0.49% -
HSV(B) 48.35º 0.9% 0.89% -
XYZ 50.12 52.52 8.25 -
YUV 181.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 228 188 22 0 0.18 0.90 0.11 48.35 0.82 0.49
Hex E4 BC 16 0 12 5A B 30 52 31
Octal 344 274 26 0 22 132 13 60 122 61
Binary 11100100 10111100 10110 0 10010 1011010 1011 110000 1010010 110001

Color Harmonies of #E4BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BC16

Black with #E4BC16

Text Example


Text Example

White with #E4BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BC16; }

 p { color: rgb(228,188,22); }

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

background-color css

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

 a { background-color: rgb(228,188,22); }

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

border-color css

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

 span { border-color: rgb(228,188,22); }

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