Html Css Color HEX #E5BD18 Sunflower

📋 copy color: '#E5BD18'

red 229 ◦ green 189 ◦ blue 24

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

Shades of Sunflower #E5BD18

Tints of Sunflower #E5BD18

RGB

 RED value IS 229 (89.84% from 255) = 51.81%

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

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

R = 51.81%
G = 42.76%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5BD18 (or 0xE5BD18) is known color: Sunflower. HEX triplet: E5, BD and 18. RGB value is (229,189,24). Sum of RGB (Red+Green+Blue) = 229+189+24=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 24 (9.77% from 255 or 5.43% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5BD18 is #1A42E7. Grayscale: #B6B6B6. Windows color (decimal): -1721064 or 1621477. OLE color: 1621477.

HSL color Cylindrical-coordinate representation of color #E5BD18: hue angle of 48.29º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5BD18 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 189 24 -
CMYK 0 0.17 0.90 0.10
HSL 48.29º 0.81% 0.5% -
HSV(B) 48.29º 0.9% 0.9% -
XYZ 50.68 53.12 8.45 -
YUV 182.15 38.75 161.42 -
System Red Green Blue C M Y K H S L
Decimal 229 189 24 0 0.17 0.90 0.10 48.29 0.81 0.5
Hex E5 BD 18 0 11 5A A 30 51 32
Octal 345 275 30 0 21 132 12 60 121 62
Binary 11100101 10111101 11000 0 10001 1011010 1010 110000 1010001 110010

Color Harmonies of #E5BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5BD18

Black with #E5BD18

Text Example


Text Example

White with #E5BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5BD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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