Html Css Color HEX #EBDF52 Manz

📋 copy color: '#EBDF52'

red 235 ◦ green 223 ◦ blue 82

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

Shades of Manz #EBDF52

Tints of Manz #EBDF52

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.3%

 BLUE value IS 82 (32.42% from 255) = 15.19%

R = 43.52%
G = 41.3%
B = 15.19%

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

#EBDF52 (or 0xEBDF52) is known color: Manz. HEX triplet: EB, DF and 52. RGB value is (235,223,82). Sum of RGB (Red+Green+Blue) = 235+223+82=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBDF52 is #1420AD. Grayscale: #D3D3D3. Windows color (decimal): -1319086 or 5431275. OLE color: 5431275.

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

Color convert

RGB 235 223 82 -
CMYK 0 0.05 0.65 0.08
HSL 55.29º 0.79% 0.62% -
HSV(B) 55.29º 0.65% 0.92% -
XYZ 62.17 71.05 18.42 -
YUV 210.51 55.48 145.46 -
System Red Green Blue C M Y K H S L
Decimal 235 223 82 0 0.05 0.65 0.08 55.29 0.79 0.62
Hex EB DF 52 0 5 41 8 37 4F 3E
Octal 353 337 122 0 5 101 10 67 117 76
Binary 11101011 11011111 1010010 0 101 1000001 1000 110111 1001111 111110

Color Harmonies of #EBDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF52

Black with #EBDF52

Text Example


Text Example

White with #EBDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF52; }

 p { color: rgb(235,223,82); }

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

background-color css

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

 a { background-color: rgb(235,223,82); }

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

border-color css

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

 span { border-color: rgb(235,223,82); }

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