Html Css Color HEX #EBE14C Manz

📋 copy color: '#EBE14C'

red 235 ◦ green 225 ◦ blue 76

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

Shades of Manz #EBE14C

Tints of Manz #EBE14C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 41.98%

 BLUE value IS 76 (30.08% from 255) = 14.18%

R = 43.84%
G = 41.98%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBE14C (or 0xEBE14C) is known color: Manz. HEX triplet: EB, E1 and 4C. RGB value is (235,225,76). Sum of RGB (Red+Green+Blue) = 235+225+76=536 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.84% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE14C is #141EB3. Grayscale: #D3D3D3. Windows color (decimal): -1318580 or 5038571. OLE color: 5038571.

HSL color Cylindrical-coordinate representation of color #EBE14C: hue angle of 56.23º degrees, saturation: 0.8, 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 #EBE14C is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 76 -
CMYK 0 0.04 0.68 0.08
HSL 56.23º 0.8% 0.61% -
HSV(B) 56.23º 0.68% 0.92% -
XYZ 62.49 72.03 17.45 -
YUV 211 51.81 145.12 -
System Red Green Blue C M Y K H S L
Decimal 235 225 76 0 0.04 0.68 0.08 56.23 0.8 0.61
Hex EB E1 4C 0 4 44 8 38 50 3D
Octal 353 341 114 0 4 104 10 70 120 75
Binary 11101011 11100001 1001100 0 100 1000100 1000 111000 1010000 111101

Color Harmonies of #EBE14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE14C

Black with #EBE14C

Text Example


Text Example

White with #EBE14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE14C; }

 p { color: rgb(235,225,76); }

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

background-color css

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

 a { background-color: rgb(235,225,76); }

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

border-color css

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

 span { border-color: rgb(235,225,76); }

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