Html Css Color HEX #EBF52D Golden Fizz

📋 copy color: '#EBF52D'

red 235 ◦ green 245 ◦ blue 45

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

Shades of Golden Fizz #EBF52D

Tints of Golden Fizz #EBF52D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.67%

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

R = 44.76%
G = 46.67%
B = 8.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#EBF52D (or 0xEBF52D) is known color: Golden Fizz. HEX triplet: EB, F5 and 2D. RGB value is (235,245,45). Sum of RGB (Red+Green+Blue) = 235+245+45=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF52D is #140AD2. Grayscale: #DBDBDB. Windows color (decimal): -1313491 or 3012075. OLE color: 3012075.

HSL color Cylindrical-coordinate representation of color #EBF52D: hue angle of 63º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBF52D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 45 -
CMYK 0.04 0 0.82 0.04
HSL 63º 0.91% 0.57% -
HSV(B) 63º 0.82% 0.96% -
XYZ 67.39 83.16 14.98 -
YUV 219.21 29.69 139.26 -
System Red Green Blue C M Y K H S L
Decimal 235 245 45 0.04 0 0.82 0.04 63 0.91 0.57
Hex EB F5 2D 4 0 52 4 3F 5B 39
Octal 353 365 55 4 0 122 4 77 133 71
Binary 11101011 11110101 101101 100 0 1010010 100 111111 1011011 111001

Color Harmonies of #EBF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF52D

Black with #EBF52D

Text Example


Text Example

White with #EBF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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