Html Css Color HEX #E1D50B Sunflower

📋 copy color: '#E1D50B'

red 225 ◦ green 213 ◦ blue 11

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

Shades of Sunflower #E1D50B

Tints of Sunflower #E1D50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

 BLUE value IS 11 (4.69% from 255) = 2.45%

R = 50.11%
G = 47.44%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1D50B (or 0xE1D50B) is known color: Sunflower. HEX triplet: E1, D5 and 0B. RGB value is (225,213,11). Sum of RGB (Red+Green+Blue) = 225+213+11=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1D50B is #1E2AF4. Grayscale: #C2C2C2. Windows color (decimal): -1977077 or 775649. OLE color: 775649.

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

Color convert

RGB 225 213 11 -
CMYK 0 0.05 0.95 0.12
HSL 56.64º 0.91% 0.46% -
HSV(B) 56.64º 0.95% 0.88% -
XYZ 54.91 63.62 9.7 -
YUV 193.56 24.98 150.43 -
System Red Green Blue C M Y K H S L
Decimal 225 213 11 0 0.05 0.95 0.12 56.64 0.91 0.46
Hex E1 D5 B 0 5 5F C 39 5B 2E
Octal 341 325 13 0 5 137 14 71 133 56
Binary 11100001 11010101 1011 0 101 1011111 1100 111001 1011011 101110

Color Harmonies of #E1D50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D50B

Black with #E1D50B

Text Example


Text Example

White with #E1D50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D50B; }

 p { color: rgb(225,213,11); }

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

background-color css

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

 a { background-color: rgb(225,213,11); }

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

border-color css

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

 span { border-color: rgb(225,213,11); }

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