Html Css Color HEX #E0CD33 Wattle

📋 copy color: '#E0CD33'

red 224 ◦ green 205 ◦ blue 51

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

Shades of Wattle #E0CD33

Tints of Wattle #E0CD33

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

 BLUE value IS 51 (20.31% from 255) = 10.63%

R = 46.67%
G = 42.71%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#E0CD33 (or 0xE0CD33) is known color: Wattle. HEX triplet: E0, CD and 33. RGB value is (224,205,51). Sum of RGB (Red+Green+Blue) = 224+205+51=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0CD33 is #1F32CC. Grayscale: #C1C1C1. Windows color (decimal): -2044621 or 3395040. OLE color: 3395040.

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

Color convert

RGB 224 205 51 -
CMYK 0 0.08 0.77 0.12
HSL 53.41º 0.74% 0.54% -
HSV(B) 53.41º 0.77% 0.88% -
XYZ 53.17 59.75 11.86 -
YUV 193.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 224 205 51 0 0.08 0.77 0.12 53.41 0.74 0.54
Hex E0 CD 33 0 8 4D C 35 4A 36
Octal 340 315 63 0 10 115 14 65 112 66
Binary 11100000 11001101 110011 0 1000 1001101 1100 110101 1001010 110110

Color Harmonies of #E0CD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CD33

Black with #E0CD33

Text Example


Text Example

White with #E0CD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CD33; }

 p { color: rgb(224,205,51); }

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

background-color css

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

 a { background-color: rgb(224,205,51); }

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

border-color css

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

 span { border-color: rgb(224,205,51); }

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