Html Css Color HEX #EADB51 Manz

📋 copy color: '#EADB51'

red 234 ◦ green 219 ◦ blue 81

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

Shades of Manz #EADB51

Tints of Manz #EADB51

RGB

 RED value IS 234 (91.8% from 255) = 43.82%

 GREEN value IS 219 (85.94% from 255) = 41.01%

 BLUE value IS 81 (32.03% from 255) = 15.17%

R = 43.82%
G = 41.01%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EADB51 (or 0xEADB51) is known color: Manz. HEX triplet: EA, DB and 51. RGB value is (234,219,81). Sum of RGB (Red+Green+Blue) = 234+219+81=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 81 (32.03% from 255 or 15.17% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB51 is #1524AE. Grayscale: #D0D0D0. Windows color (decimal): -1385647 or 5364714. OLE color: 5364714.

HSL color Cylindrical-coordinate representation of color #EADB51: hue angle of 54.12º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EADB51 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 81 -
CMYK 0 0.06 0.65 0.08
HSL 54.12º 0.78% 0.62% -
HSV(B) 54.12º 0.65% 0.92% -
XYZ 60.75 68.75 17.85 -
YUV 207.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 234 219 81 0 0.06 0.65 0.08 54.12 0.78 0.62
Hex EA DB 51 0 6 41 8 36 4E 3E
Octal 352 333 121 0 6 101 10 66 116 76
Binary 11101010 11011011 1010001 0 110 1000001 1000 110110 1001110 111110

Color Harmonies of #EADB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB51

Black with #EADB51

Text Example


Text Example

White with #EADB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB51; }

 p { color: rgb(234,219,81); }

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

background-color css

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

 a { background-color: rgb(234,219,81); }

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

border-color css

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

 span { border-color: rgb(234,219,81); }

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