Html Css Color HEX #EBE053 Manz

📋 copy color: '#EBE053'

red 235 ◦ green 224 ◦ blue 83

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

Shades of Manz #EBE053

Tints of Manz #EBE053

RGB

 RED value IS 235 (92.19% from 255) = 43.36%

 GREEN value IS 224 (87.89% from 255) = 41.33%

 BLUE value IS 83 (32.81% from 255) = 15.31%

R = 43.36%
G = 41.33%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EBE053 (or 0xEBE053) is known color: Manz. HEX triplet: EB, E0 and 53. RGB value is (235,224,83). Sum of RGB (Red+Green+Blue) = 235+224+83=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE053 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE053 is #141FAC. Grayscale: #D3D3D3. Windows color (decimal): -1318829 or 5497067. OLE color: 5497067.

HSL color Cylindrical-coordinate representation of color #EBE053: hue angle of 55.66º degrees, saturation: 0.79, 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 #EBE053 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 224 83 -
CMYK 0 0.05 0.65 0.08
HSL 55.66º 0.79% 0.62% -
HSV(B) 55.66º 0.65% 0.92% -
XYZ 62.48 71.6 18.71 -
YUV 211.22 55.64 144.96 -
System Red Green Blue C M Y K H S L
Decimal 235 224 83 0 0.05 0.65 0.08 55.66 0.79 0.62
Hex EB E0 53 0 5 41 8 38 4F 3E
Octal 353 340 123 0 5 101 10 70 117 76
Binary 11101011 11100000 1010011 0 101 1000001 1000 111000 1001111 111110

Color Harmonies of #EBE053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE053

Black with #EBE053

Text Example


Text Example

White with #EBE053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE053; }

 p { color: rgb(235,224,83); }

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

background-color css

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

 a { background-color: rgb(235,224,83); }

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

border-color css

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

 span { border-color: rgb(235,224,83); }

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