Html Css Color HEX #E1CF31 Wattle

📋 copy color: '#E1CF31'

red 225 ◦ green 207 ◦ blue 49

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

Shades of Wattle #E1CF31

Tints of Wattle #E1CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 49 (19.53% from 255) = 10.19%

R = 46.78%
G = 43.04%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E1CF31 (or 0xE1CF31) is known color: Wattle. HEX triplet: E1, CF and 31. RGB value is (225,207,49). Sum of RGB (Red+Green+Blue) = 225+207+49=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1CF31 is #1E30CE. Grayscale: #C3C3C3. Windows color (decimal): -1978575 or 3264481. OLE color: 3264481.

HSL color Cylindrical-coordinate representation of color #E1CF31: hue angle of 53.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1CF31 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 49 -
CMYK 0 0.08 0.78 0.12
HSL 53.86º 0.75% 0.54% -
HSV(B) 53.86º 0.78% 0.88% -
XYZ 53.92 60.85 11.81 -
YUV 194.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 225 207 49 0 0.08 0.78 0.12 53.86 0.75 0.54
Hex E1 CF 31 0 8 4E C 36 4B 36
Octal 341 317 61 0 10 116 14 66 113 66
Binary 11100001 11001111 110001 0 1000 1001110 1100 110110 1001011 110110

Color Harmonies of #E1CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF31

Black with #E1CF31

Text Example


Text Example

White with #E1CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF31; }

 p { color: rgb(225,207,49); }

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

background-color css

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

 a { background-color: rgb(225,207,49); }

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

border-color css

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

 span { border-color: rgb(225,207,49); }

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