Html Css Color HEX #EADB4B Manz

📋 copy color: '#EADB4B'

red 234 ◦ green 219 ◦ blue 75

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

Shades of Manz #EADB4B

Tints of Manz #EADB4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.2%

R = 44.32%
G = 41.48%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EADB4B (or 0xEADB4B) is known color: Manz. HEX triplet: EA, DB and 4B. RGB value is (234,219,75). Sum of RGB (Red+Green+Blue) = 234+219+75=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB4B is #1524B4. Grayscale: #CFCFCF. Windows color (decimal): -1385653 or 4971498. OLE color: 4971498.

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

Color convert

RGB 234 219 75 -
CMYK 0 0.06 0.68 0.08
HSL 54.34º 0.79% 0.61% -
HSV(B) 54.34º 0.68% 0.92% -
XYZ 60.53 68.66 16.72 -
YUV 207.07 53.47 147.21 -
System Red Green Blue C M Y K H S L
Decimal 234 219 75 0 0.06 0.68 0.08 54.34 0.79 0.61
Hex EA DB 4B 0 6 44 8 36 4F 3D
Octal 352 333 113 0 6 104 10 66 117 75
Binary 11101010 11011011 1001011 0 110 1000100 1000 110110 1001111 111101

Color Harmonies of #EADB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB4B

Black with #EADB4B

Text Example


Text Example

White with #EADB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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