Html Css Color HEX #EBDF30 Golden Fizz

📋 copy color: '#EBDF30'

red 235 ◦ green 223 ◦ blue 48

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

Shades of Golden Fizz #EBDF30

Tints of Golden Fizz #EBDF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 46.44%
G = 44.07%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EBDF30 (or 0xEBDF30) is known color: Golden Fizz. HEX triplet: EB, DF and 30. RGB value is (235,223,48). Sum of RGB (Red+Green+Blue) = 235+223+48=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDF30 is #1420CF. Grayscale: #CFCFCF. Windows color (decimal): -1319120 or 3203051. OLE color: 3203051.

HSL color Cylindrical-coordinate representation of color #EBDF30: hue angle of 56.15º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EBDF30 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 48 -
CMYK 0 0.05 0.80 0.08
HSL 56.15º 0.82% 0.55% -
HSV(B) 56.15º 0.8% 0.92% -
XYZ 61.18 70.65 13.21 -
YUV 206.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 235 223 48 0 0.05 0.80 0.08 56.15 0.82 0.55
Hex EB DF 30 0 5 50 8 38 52 37
Octal 353 337 60 0 5 120 10 70 122 67
Binary 11101011 11011111 110000 0 101 1010000 1000 111000 1010010 110111

Color Harmonies of #EBDF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDF30

Black with #EBDF30

Text Example


Text Example

White with #EBDF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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