Html Css Color HEX #EBE04C Manz

📋 copy color: '#EBE04C'

red 235 ◦ green 224 ◦ blue 76

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

Shades of Manz #EBE04C

Tints of Manz #EBE04C

RGB

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

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

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

R = 43.93%
G = 41.87%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBE04C (or 0xEBE04C) is known color: Manz. HEX triplet: EB, E0 and 4C. RGB value is (235,224,76). Sum of RGB (Red+Green+Blue) = 235+224+76=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE04C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE04C is #141FB3. Grayscale: #D3D3D3. Windows color (decimal): -1318836 or 5038315. OLE color: 5038315.

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

Color convert

RGB 235 224 76 -
CMYK 0 0.05 0.68 0.08
HSL 55.85º 0.8% 0.61% -
HSV(B) 55.85º 0.68% 0.92% -
XYZ 62.22 71.5 17.36 -
YUV 210.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 235 224 76 0 0.05 0.68 0.08 55.85 0.8 0.61
Hex EB E0 4C 0 5 44 8 38 50 3D
Octal 353 340 114 0 5 104 10 70 120 75
Binary 11101011 11100000 1001100 0 101 1000100 1000 111000 1010000 111101

Color Harmonies of #EBE04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE04C

Black with #EBE04C

Text Example


Text Example

White with #EBE04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE04C; }

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

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

background-color css

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

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

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

border-color css

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

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

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