Html Css Color HEX #EBDF2C Golden Fizz

📋 copy color: '#EBDF2C'

red 235 ◦ green 223 ◦ blue 44

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

Shades of Golden Fizz #EBDF2C

Tints of Golden Fizz #EBDF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.76%

R = 46.81%
G = 44.42%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EBDF2C (or 0xEBDF2C) is known color: Golden Fizz. HEX triplet: EB, DF and 2C. RGB value is (235,223,44). Sum of RGB (Red+Green+Blue) = 235+223+44=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF2C is #1420D3. Grayscale: #CECECE. Windows color (decimal): -1319124 or 2940907. OLE color: 2940907.

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

Color convert

RGB 235 223 44 -
CMYK 0 0.05 0.81 0.08
HSL 56.23º 0.83% 0.55% -
HSV(B) 56.23º 0.81% 0.92% -
XYZ 61.1 70.62 12.79 -
YUV 206.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 235 223 44 0 0.05 0.81 0.08 56.23 0.83 0.55
Hex EB DF 2C 0 5 51 8 38 53 37
Octal 353 337 54 0 5 121 10 70 123 67
Binary 11101011 11011111 101100 0 101 1010001 1000 111000 1010011 110111

Color Harmonies of #EBDF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF2C

Black with #EBDF2C

Text Example


Text Example

White with #EBDF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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