Html Css Color HEX #EBE12D Golden Fizz

📋 copy color: '#EBE12D'

red 235 ◦ green 225 ◦ blue 45

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

Shades of Golden Fizz #EBE12D

Tints of Golden Fizz #EBE12D

RGB

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

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

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

R = 46.53%
G = 44.55%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE12D (or 0xEBE12D) is known color: Golden Fizz. HEX triplet: EB, E1 and 2D. RGB value is (235,225,45). Sum of RGB (Red+Green+Blue) = 235+225+45=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 45 (17.97% from 255 or 8.91% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE12D is #141ED2. Grayscale: #D0D0D0. Windows color (decimal): -1318611 or 3006955. OLE color: 3006955.

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

Color convert

RGB 235 225 45 -
CMYK 0 0.04 0.81 0.08
HSL 56.84º 0.83% 0.55% -
HSV(B) 56.84º 0.81% 0.92% -
XYZ 61.66 71.7 13.07 -
YUV 207.47 36.31 147.64 -
System Red Green Blue C M Y K H S L
Decimal 235 225 45 0 0.04 0.81 0.08 56.84 0.83 0.55
Hex EB E1 2D 0 4 51 8 39 53 37
Octal 353 341 55 0 4 121 10 71 123 67
Binary 11101011 11100001 101101 0 100 1010001 1000 111001 1010011 110111

Color Harmonies of #EBE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE12D

Black with #EBE12D

Text Example


Text Example

White with #EBE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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