Html Css Color HEX #E1BD0C Sunflower

📋 copy color: '#E1BD0C'

red 225 ◦ green 189 ◦ blue 12

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

Shades of Sunflower #E1BD0C

Tints of Sunflower #E1BD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.82%

R = 52.82%
G = 44.37%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1BD0C (or 0xE1BD0C) is known color: Sunflower. HEX triplet: E1, BD and 0C. RGB value is (225,189,12). Sum of RGB (Red+Green+Blue) = 225+189+12=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1BD0C is #1E42F3. Grayscale: #B4B4B4. Windows color (decimal): -1983220 or 835041. OLE color: 835041.

HSL color Cylindrical-coordinate representation of color #E1BD0C: hue angle of 49.86º degrees, saturation: 0.9, 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 #E1BD0C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 189 12 -
CMYK 0 0.16 0.95 0.12
HSL 49.86º 0.9% 0.46% -
HSV(B) 49.86º 0.95% 0.88% -
XYZ 49.32 52.43 7.87 -
YUV 179.59 33.43 160.39 -
System Red Green Blue C M Y K H S L
Decimal 225 189 12 0 0.16 0.95 0.12 49.86 0.9 0.46
Hex E1 BD C 0 10 5F C 32 5A 2E
Octal 341 275 14 0 20 137 14 62 132 56
Binary 11100001 10111101 1100 0 10000 1011111 1100 110010 1011010 101110

Color Harmonies of #E1BD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BD0C

Black with #E1BD0C

Text Example


Text Example

White with #E1BD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BD0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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