Html Css Color HEX #EBE62D Golden Fizz

📋 copy color: '#EBE62D'

red 235 ◦ green 230 ◦ blue 45

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

Shades of Golden Fizz #EBE62D

Tints of Golden Fizz #EBE62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.1%

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

R = 46.08%
G = 45.1%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBE62D (or 0xEBE62D) is known color: Golden Fizz. HEX triplet: EB, E6 and 2D. RGB value is (235,230,45). Sum of RGB (Red+Green+Blue) = 235+230+45=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE62D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBE62D is #1419D2. Grayscale: #D3D3D3. Windows color (decimal): -1317331 or 3008235. OLE color: 3008235.

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

Color convert

RGB 235 230 45 -
CMYK 0 0.02 0.81 0.08
HSL 58.42º 0.83% 0.55% -
HSV(B) 58.42º 0.81% 0.92% -
XYZ 63.03 74.45 13.53 -
YUV 210.41 34.66 145.54 -
System Red Green Blue C M Y K H S L
Decimal 235 230 45 0 0.02 0.81 0.08 58.42 0.83 0.55
Hex EB E6 2D 0 2 51 8 3A 53 37
Octal 353 346 55 0 2 121 10 72 123 67
Binary 11101011 11100110 101101 0 10 1010001 1000 111010 1010011 110111

Color Harmonies of #EBE62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE62D

Black with #EBE62D

Text Example


Text Example

White with #EBE62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE62D; }

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

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

background-color css

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

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

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

border-color css

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

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

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