Html Css Color HEX #E4BD16 Sunflower

📋 copy color: '#E4BD16'

red 228 ◦ green 189 ◦ blue 22

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

Shades of Sunflower #E4BD16

Tints of Sunflower #E4BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 51.94%
G = 43.05%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E4BD16 (or 0xE4BD16) is known color: Sunflower. HEX triplet: E4, BD and 16. RGB value is (228,189,22). Sum of RGB (Red+Green+Blue) = 228+189+22=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BD16 is #1B42E9. Grayscale: #B6B6B6. Windows color (decimal): -1786602 or 1490404. OLE color: 1490404.

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

Color convert

RGB 228 189 22 -
CMYK 0 0.17 0.90 0.11
HSL 48.64º 0.82% 0.49% -
HSV(B) 48.64º 0.9% 0.89% -
XYZ 50.34 52.95 8.33 -
YUV 181.62 37.92 161.08 -
System Red Green Blue C M Y K H S L
Decimal 228 189 22 0 0.17 0.90 0.11 48.64 0.82 0.49
Hex E4 BD 16 0 11 5A B 31 52 31
Octal 344 275 26 0 21 132 13 61 122 61
Binary 11100100 10111101 10110 0 10001 1011010 1011 110001 1010010 110001

Color Harmonies of #E4BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BD16

Black with #E4BD16

Text Example


Text Example

White with #E4BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BD16; }

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

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

background-color css

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

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

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

border-color css

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

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

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