Html Css Color HEX #EBF527 Golden Fizz

📋 copy color: '#EBF527'

red 235 ◦ green 245 ◦ blue 39

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

Shades of Golden Fizz #EBF527

Tints of Golden Fizz #EBF527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.51%

R = 45.28%
G = 47.21%
B = 7.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#EBF527 (or 0xEBF527) is known color: Golden Fizz. HEX triplet: EB, F5 and 27. RGB value is (235,245,39). Sum of RGB (Red+Green+Blue) = 235+245+39=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 39 (15.62% from 255 or 7.51% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF527 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBF527 is #140AD8. Grayscale: #DBDBDB. Windows color (decimal): -1313497 or 2618859. OLE color: 2618859.

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

Color convert

RGB 235 245 39 -
CMYK 0.04 0 0.84 0.04
HSL 62.91º 0.91% 0.56% -
HSV(B) 62.91º 0.84% 0.96% -
XYZ 67.28 83.11 14.42 -
YUV 218.53 26.69 139.75 -
System Red Green Blue C M Y K H S L
Decimal 235 245 39 0.04 0 0.84 0.04 62.91 0.91 0.56
Hex EB F5 27 4 0 54 4 3F 5B 38
Octal 353 365 47 4 0 124 4 77 133 70
Binary 11101011 11110101 100111 100 0 1010100 100 111111 1011011 111000

Color Harmonies of #EBF527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF527

Black with #EBF527

Text Example


Text Example

White with #EBF527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF527; }

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

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

background-color css

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

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

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

border-color css

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

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

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