Html Css Color HEX #EBFE2D Golden Fizz

📋 copy color: '#EBFE2D'

red 235 ◦ green 254 ◦ blue 45

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

Shades of Golden Fizz #EBFE2D

Tints of Golden Fizz #EBFE2D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 44.01%
G = 47.57%
B = 8.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#EBFE2D (or 0xEBFE2D) is known color: Golden Fizz. HEX triplet: EB, FE and 2D. RGB value is (235,254,45). Sum of RGB (Red+Green+Blue) = 235+254+45=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 45 (17.97% from 255 or 8.43% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFE2D is #1401D2. Grayscale: #E1E1E1. Windows color (decimal): -1311187 or 3014379. OLE color: 3014379.

HSL color Cylindrical-coordinate representation of color #EBFE2D: hue angle of 65.45º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EBFE2D is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 254 45 -
CMYK 0.07 0 0.82 0.00
HSL 65.45º 0.99% 0.59% -
HSV(B) 65.45º 0.82% 1% -
XYZ 70.18 88.74 15.91 -
YUV 224.49 26.71 135.49 -
System Red Green Blue C M Y K H S L
Decimal 235 254 45 0.07 0 0.82 0.00 65.45 0.99 0.59
Hex EB FE 2D 7 0 52 0 41 63 3B
Octal 353 376 55 7 0 122 0 101 143 73
Binary 11101011 11111110 101101 111 0 1010010 0 1000001 1100011 111011

Color Harmonies of #EBFE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFE2D

Black with #EBFE2D

Text Example


Text Example

White with #EBFE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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