Html Css Color HEX #E0CB31 Wattle

📋 copy color: '#E0CB31'

red 224 ◦ green 203 ◦ blue 49

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

Shades of Wattle #E0CB31

Tints of Wattle #E0CB31

RGB

 RED value IS 224 (87.89% from 255) = 47.06%

 GREEN value IS 203 (79.69% from 255) = 42.65%

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

R = 47.06%
G = 42.65%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E0CB31 (or 0xE0CB31) is known color: Wattle. HEX triplet: E0, CB and 31. RGB value is (224,203,49). Sum of RGB (Red+Green+Blue) = 224+203+49=476 (63% of max value = 765). Red value is 224 (87.89% from 255 or 47.06% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CB31 is #1F34CE. Grayscale: #C0C0C0. Windows color (decimal): -2045135 or 3263456. OLE color: 3263456.

HSL color Cylindrical-coordinate representation of color #E0CB31: hue angle of 52.8º degrees, saturation: 0.74, 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 #E0CB31 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 203 49 -
CMYK 0 0.09 0.78 0.12
HSL 52.8º 0.74% 0.54% -
HSV(B) 52.8º 0.78% 0.88% -
XYZ 52.65 58.78 11.48 -
YUV 191.72 47.46 151.02 -
System Red Green Blue C M Y K H S L
Decimal 224 203 49 0 0.09 0.78 0.12 52.8 0.74 0.54
Hex E0 CB 31 0 9 4E C 35 4A 36
Octal 340 313 61 0 11 116 14 65 112 66
Binary 11100000 11001011 110001 0 1001 1001110 1100 110101 1001010 110110

Color Harmonies of #E0CB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB31

Black with #E0CB31

Text Example


Text Example

White with #E0CB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB31; }

 p { color: rgb(224,203,49); }

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

background-color css

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

 a { background-color: rgb(224,203,49); }

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

border-color css

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

 span { border-color: rgb(224,203,49); }

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