Html Css Color HEX #E0D13A Wattle

📋 copy color: '#E0D13A'

red 224 ◦ green 209 ◦ blue 58

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

Shades of Wattle #E0D13A

Tints of Wattle #E0D13A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.57%

 BLUE value IS 58 (23.05% from 255) = 11.81%

R = 45.62%
G = 42.57%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0D13A (or 0xE0D13A) is known color: Wattle. HEX triplet: E0, D1 and 3A. RGB value is (224,209,58). Sum of RGB (Red+Green+Blue) = 224+209+58=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0D13A is #1F2EC5. Grayscale: #C4C4C4. Windows color (decimal): -2043590 or 3854816. OLE color: 3854816.

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

Color convert

RGB 224 209 58 -
CMYK 0 0.07 0.74 0.12
HSL 54.58º 0.73% 0.55% -
HSV(B) 54.58º 0.74% 0.88% -
XYZ 54.3 61.75 13.06 -
YUV 196.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 224 209 58 0 0.07 0.74 0.12 54.58 0.73 0.55
Hex E0 D1 3A 0 7 4A C 37 49 37
Octal 340 321 72 0 7 112 14 67 111 67
Binary 11100000 11010001 111010 0 111 1001010 1100 110111 1001001 110111

Color Harmonies of #E0D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D13A

Black with #E0D13A

Text Example


Text Example

White with #E0D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D13A; }

 p { color: rgb(224,209,58); }

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

background-color css

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

 a { background-color: rgb(224,209,58); }

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

border-color css

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

 span { border-color: rgb(224,209,58); }

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