Html Css Color HEX #EBDF1C Golden Fizz

📋 copy color: '#EBDF1C'

red 235 ◦ green 223 ◦ blue 28

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

Shades of Golden Fizz #EBDF1C

Tints of Golden Fizz #EBDF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.76%

R = 48.35%
G = 45.88%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBDF1C (or 0xEBDF1C) is known color: Golden Fizz. HEX triplet: EB, DF and 1C. RGB value is (235,223,28). Sum of RGB (Red+Green+Blue) = 235+223+28=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF1C is #1420E3. Grayscale: #CDCDCD. Windows color (decimal): -1319140 or 1892331. OLE color: 1892331.

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

Color convert

RGB 235 223 28 -
CMYK 0 0.05 0.88 0.08
HSL 56.52º 0.84% 0.52% -
HSV(B) 56.52º 0.88% 0.92% -
XYZ 60.86 70.52 11.5 -
YUV 204.36 28.48 149.86 -
System Red Green Blue C M Y K H S L
Decimal 235 223 28 0 0.05 0.88 0.08 56.52 0.84 0.52
Hex EB DF 1C 0 5 58 8 39 54 34
Octal 353 337 34 0 5 130 10 71 124 64
Binary 11101011 11011111 11100 0 101 1011000 1000 111001 1010100 110100

Color Harmonies of #EBDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF1C

Black with #EBDF1C

Text Example


Text Example

White with #EBDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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