Html Css Color HEX #E0CA2F Wattle

📋 copy color: '#E0CA2F'

red 224 ◦ green 202 ◦ blue 47

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

Shades of Wattle #E0CA2F

Tints of Wattle #E0CA2F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.71%

 BLUE value IS 47 (18.75% from 255) = 9.94%

R = 47.36%
G = 42.71%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E0CA2F (or 0xE0CA2F) is known color: Wattle. HEX triplet: E0, CA and 2F. RGB value is (224,202,47). Sum of RGB (Red+Green+Blue) = 224+202+47=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 47 (18.75% from 255 or 9.94% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CA2F is #1F35D0. Grayscale: #BFBFBF. Windows color (decimal): -2045393 or 3132128. OLE color: 3132128.

HSL color Cylindrical-coordinate representation of color #E0CA2F: hue angle of 52.54º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0CA2F is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 202 47 -
CMYK 0 0.10 0.79 0.12
HSL 52.54º 0.74% 0.53% -
HSV(B) 52.54º 0.79% 0.88% -
XYZ 52.37 58.29 11.18 -
YUV 190.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 224 202 47 0 0.10 0.79 0.12 52.54 0.74 0.53
Hex E0 CA 2F 0 A 4F C 35 4A 35
Octal 340 312 57 0 12 117 14 65 112 65
Binary 11100000 11001010 101111 0 1010 1001111 1100 110101 1001010 110101

Color Harmonies of #E0CA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CA2F

Black with #E0CA2F

Text Example


Text Example

White with #E0CA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CA2F; }

 p { color: rgb(224,202,47); }

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

background-color css

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

 a { background-color: rgb(224,202,47); }

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

border-color css

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

 span { border-color: rgb(224,202,47); }

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