Html Css Color HEX #EBF725 Golden Fizz

📋 copy color: '#EBF725'

red 235 ◦ green 247 ◦ blue 37

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

Shades of Golden Fizz #EBF725

Tints of Golden Fizz #EBF725

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

 BLUE value IS 37 (14.84% from 255) = 7.13%

R = 45.28%
G = 47.59%
B = 7.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#EBF725 (or 0xEBF725) is known color: Golden Fizz. HEX triplet: EB, F7 and 25. RGB value is (235,247,37). Sum of RGB (Red+Green+Blue) = 235+247+37=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 37 (14.84% from 255 or 7.13% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #EBF725 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF725 is #1408DA. Grayscale: #DCDCDC. Windows color (decimal): -1312987 or 2488299. OLE color: 2488299.

HSL color Cylindrical-coordinate representation of color #EBF725: hue angle of 63.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBF725 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 235 247 37 -
CMYK 0.05 0 0.85 0.03
HSL 63.43º 0.93% 0.56% -
HSV(B) 63.43º 0.85% 0.97% -
XYZ 67.86 84.32 14.45 -
YUV 219.47 25.02 139.08 -
System Red Green Blue C M Y K H S L
Decimal 235 247 37 0.05 0 0.85 0.03 63.43 0.93 0.56
Hex EB F7 25 5 0 55 3 3F 5D 38
Octal 353 367 45 5 0 125 3 77 135 70
Binary 11101011 11110111 100101 101 0 1010101 11 111111 1011101 111000

Color Harmonies of #EBF725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF725

Black with #EBF725

Text Example


Text Example

White with #EBF725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF725; }

 p { color: rgb(235,247,37); }

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

background-color css

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

 a { background-color: rgb(235,247,37); }

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

border-color css

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

 span { border-color: rgb(235,247,37); }

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