Html Css Color HEX #EBE21D Golden Fizz

📋 copy color: '#EBE21D'

red 235 ◦ green 226 ◦ blue 29

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

Shades of Golden Fizz #EBE21D

Tints of Golden Fizz #EBE21D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 29 (11.72% from 255) = 5.92%

R = 47.96%
G = 46.12%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBE21D (or 0xEBE21D) is known color: Golden Fizz. HEX triplet: EB, E2 and 1D. RGB value is (235,226,29). Sum of RGB (Red+Green+Blue) = 235+226+29=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE21D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE21D is #141DE2. Grayscale: #CFCFCF. Windows color (decimal): -1318371 or 1958635. OLE color: 1958635.

HSL color Cylindrical-coordinate representation of color #EBE21D: hue angle of 57.38º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EBE21D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 226 29 -
CMYK 0 0.04 0.88 0.08
HSL 57.38º 0.84% 0.52% -
HSV(B) 57.38º 0.88% 0.92% -
XYZ 61.68 72.14 11.84 -
YUV 206.23 27.98 148.52 -
System Red Green Blue C M Y K H S L
Decimal 235 226 29 0 0.04 0.88 0.08 57.38 0.84 0.52
Hex EB E2 1D 0 4 58 8 39 54 34
Octal 353 342 35 0 4 130 10 71 124 64
Binary 11101011 11100010 11101 0 100 1011000 1000 111001 1010100 110100

Color Harmonies of #EBE21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE21D

Black with #EBE21D

Text Example


Text Example

White with #EBE21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE21D; }

 p { color: rgb(235,226,29); }

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

background-color css

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

 a { background-color: rgb(235,226,29); }

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

border-color css

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

 span { border-color: rgb(235,226,29); }

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