Html Css Color HEX #EBE74D Manz

📋 copy color: '#EBE74D'

red 235 ◦ green 231 ◦ blue 77

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

Shades of Manz #EBE74D

Tints of Manz #EBE74D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.54%

 BLUE value IS 77 (30.47% from 255) = 14.18%

R = 43.28%
G = 42.54%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBE74D (or 0xEBE74D) is known color: Manz. HEX triplet: EB, E7 and 4D. RGB value is (235,231,77). Sum of RGB (Red+Green+Blue) = 235+231+77=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 77 (30.47% from 255 or 14.18% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE74D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE74D is #1418B2. Grayscale: #D7D7D7. Windows color (decimal): -1317043 or 5105643. OLE color: 5105643.

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

Color convert

RGB 235 231 77 -
CMYK 0 0.02 0.67 0.08
HSL 58.48º 0.8% 0.61% -
HSV(B) 58.48º 0.67% 0.92% -
XYZ 64.18 75.35 18.18 -
YUV 214.64 50.33 142.52 -
System Red Green Blue C M Y K H S L
Decimal 235 231 77 0 0.02 0.67 0.08 58.48 0.8 0.61
Hex EB E7 4D 0 2 43 8 3A 50 3D
Octal 353 347 115 0 2 103 10 72 120 75
Binary 11101011 11100111 1001101 0 10 1000011 1000 111010 1010000 111101

Color Harmonies of #EBE74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE74D

Black with #EBE74D

Text Example


Text Example

White with #EBE74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE74D; }

 p { color: rgb(235,231,77); }

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

background-color css

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

 a { background-color: rgb(235,231,77); }

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

border-color css

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

 span { border-color: rgb(235,231,77); }

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