Html Css Color HEX #EBE82D Golden Fizz

📋 copy color: '#EBE82D'

red 235 ◦ green 232 ◦ blue 45

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

Shades of Golden Fizz #EBE82D

Tints of Golden Fizz #EBE82D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.31%

 BLUE value IS 45 (17.97% from 255) = 8.79%

R = 45.9%
G = 45.31%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE82D (or 0xEBE82D) is known color: Golden Fizz. HEX triplet: EB, E8 and 2D. RGB value is (235,232,45). Sum of RGB (Red+Green+Blue) = 235+232+45=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 45 (17.97% from 255 or 8.79% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE82D is #1417D2. Grayscale: #D4D4D4. Windows color (decimal): -1316819 or 3008747. OLE color: 3008747.

HSL color Cylindrical-coordinate representation of color #EBE82D: hue angle of 59.05º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBE82D is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 45 -
CMYK 0 0.01 0.81 0.08
HSL 59.05º 0.83% 0.55% -
HSV(B) 59.05º 0.81% 0.92% -
XYZ 63.59 75.56 13.72 -
YUV 211.58 33.99 144.71 -
System Red Green Blue C M Y K H S L
Decimal 235 232 45 0 0.01 0.81 0.08 59.05 0.83 0.55
Hex EB E8 2D 0 1 51 8 3B 53 37
Octal 353 350 55 0 1 121 10 73 123 67
Binary 11101011 11101000 101101 0 1 1010001 1000 111011 1010011 110111

Color Harmonies of #EBE82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE82D

Black with #EBE82D

Text Example


Text Example

White with #EBE82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE82D; }

 p { color: rgb(235,232,45); }

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

background-color css

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

 a { background-color: rgb(235,232,45); }

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

border-color css

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

 span { border-color: rgb(235,232,45); }

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