Html Css Color HEX #E4BD18 Sunflower

📋 copy color: '#E4BD18'

red 228 ◦ green 189 ◦ blue 24

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

Shades of Sunflower #E4BD18

Tints of Sunflower #E4BD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 51.7%
G = 42.86%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E4BD18 (or 0xE4BD18) is known color: Sunflower. HEX triplet: E4, BD and 18. RGB value is (228,189,24). Sum of RGB (Red+Green+Blue) = 228+189+24=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4BD18 is #1B42E7. Grayscale: #B6B6B6. Windows color (decimal): -1786600 or 1621476. OLE color: 1621476.

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

Color convert

RGB 228 189 24 -
CMYK 0 0.17 0.89 0.11
HSL 48.53º 0.81% 0.49% -
HSV(B) 48.53º 0.89% 0.89% -
XYZ 50.36 52.96 8.43 -
YUV 181.85 38.92 160.92 -
System Red Green Blue C M Y K H S L
Decimal 228 189 24 0 0.17 0.89 0.11 48.53 0.81 0.49
Hex E4 BD 18 0 11 59 B 31 51 31
Octal 344 275 30 0 21 131 13 61 121 61
Binary 11100100 10111101 11000 0 10001 1011001 1011 110001 1010001 110001

Color Harmonies of #E4BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4BD18

Black with #E4BD18

Text Example


Text Example

White with #E4BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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