Html Css Color HEX #E1B206 Sunflower

📋 copy color: '#E1B206'

red 225 ◦ green 178 ◦ blue 6

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

Shades of Sunflower #E1B206

Tints of Sunflower #E1B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.52%

 BLUE value IS 6 (2.73% from 255) = 1.47%

R = 55.01%
G = 43.52%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E1B206 (or 0xE1B206) is known color: Sunflower. HEX triplet: E1, B2 and 06. RGB value is (225,178,6). Sum of RGB (Red+Green+Blue) = 225+178+6=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1B206 is #1E4DF9. Grayscale: #ADADAD. Windows color (decimal): -1986042 or 439009. OLE color: 439009.

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

Color convert

RGB 225 178 6 -
CMYK 0 0.21 0.97 0.12
HSL 47.12º 0.95% 0.45% -
HSV(B) 47.12º 0.97% 0.88% -
XYZ 47 47.86 6.93 -
YUV 172.45 34.07 165.49 -
System Red Green Blue C M Y K H S L
Decimal 225 178 6 0 0.21 0.97 0.12 47.12 0.95 0.45
Hex E1 B2 6 0 15 61 C 2F 5F 2D
Octal 341 262 6 0 25 141 14 57 137 55
Binary 11100001 10110010 110 0 10101 1100001 1100 101111 1011111 101101

Color Harmonies of #E1B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B206

Black with #E1B206

Text Example


Text Example

White with #E1B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B206; }

 p { color: rgb(225,178,6); }

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

background-color css

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

 a { background-color: rgb(225,178,6); }

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

border-color css

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

 span { border-color: rgb(225,178,6); }

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