Html Css Color HEX #EBF52A Golden Fizz

📋 copy color: '#EBF52A'

red 235 ◦ green 245 ◦ blue 42

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

Shades of Golden Fizz #EBF52A

Tints of Golden Fizz #EBF52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.05%

R = 45.02%
G = 46.93%
B = 8.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#EBF52A (or 0xEBF52A) is known color: Golden Fizz. HEX triplet: EB, F5 and 2A. RGB value is (235,245,42). Sum of RGB (Red+Green+Blue) = 235+245+42=522 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.02% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 42 (16.80% from 255 or 8.05% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF52A is #140AD5. Grayscale: #DBDBDB. Windows color (decimal): -1313494 or 2815467. OLE color: 2815467.

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

Color convert

RGB 235 245 42 -
CMYK 0.04 0 0.83 0.04
HSL 62.96º 0.91% 0.56% -
HSV(B) 62.96º 0.83% 0.96% -
XYZ 67.33 83.13 14.69 -
YUV 218.87 28.19 139.51 -
System Red Green Blue C M Y K H S L
Decimal 235 245 42 0.04 0 0.83 0.04 62.96 0.91 0.56
Hex EB F5 2A 4 0 53 4 3F 5B 38
Octal 353 365 52 4 0 123 4 77 133 70
Binary 11101011 11110101 101010 100 0 1010011 100 111111 1011011 111000

Color Harmonies of #EBF52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF52A

Black with #EBF52A

Text Example


Text Example

White with #EBF52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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