Html Css Color HEX #E1BD14 Sunflower

📋 copy color: '#E1BD14'

red 225 ◦ green 189 ◦ blue 20

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

Shades of Sunflower #E1BD14

Tints of Sunflower #E1BD14

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

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

 BLUE value IS 20 (8.2% from 255) = 4.61%

R = 51.84%
G = 43.55%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1BD14 (or 0xE1BD14) is known color: Sunflower. HEX triplet: E1, BD and 14. RGB value is (225,189,20). Sum of RGB (Red+Green+Blue) = 225+189+20=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD14 is #1E42EB. Grayscale: #B5B5B5. Windows color (decimal): -1983212 or 1359329. OLE color: 1359329.

HSL color Cylindrical-coordinate representation of color #E1BD14: hue angle of 49.46º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1BD14 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 20 -
CMYK 0 0.16 0.91 0.12
HSL 49.46º 0.84% 0.48% -
HSV(B) 49.46º 0.91% 0.88% -
XYZ 49.38 52.45 8.18 -
YUV 180.5 37.43 159.74 -
System Red Green Blue C M Y K H S L
Decimal 225 189 20 0 0.16 0.91 0.12 49.46 0.84 0.48
Hex E1 BD 14 0 10 5B C 31 54 30
Octal 341 275 24 0 20 133 14 61 124 60
Binary 11100001 10111101 10100 0 10000 1011011 1100 110001 1010100 110000

Color Harmonies of #E1BD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD14

Black with #E1BD14

Text Example


Text Example

White with #E1BD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD14; }

 p { color: rgb(225,189,20); }

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

background-color css

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

 a { background-color: rgb(225,189,20); }

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

border-color css

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

 span { border-color: rgb(225,189,20); }

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