Html Css Color HEX #EBEE2E Golden Fizz

📋 copy color: '#EBEE2E'

red 235 ◦ green 238 ◦ blue 46

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

Shades of Golden Fizz #EBEE2E

Tints of Golden Fizz #EBEE2E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.86%

 BLUE value IS 46 (18.36% from 255) = 8.86%

R = 45.28%
G = 45.86%
B = 8.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EBEE2E (or 0xEBEE2E) is known color: Golden Fizz. HEX triplet: EB, EE and 2E. RGB value is (235,238,46). Sum of RGB (Red+Green+Blue) = 235+238+46=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEE2E is #1411D1. Grayscale: #D7D7D7. Windows color (decimal): -1315282 or 3075819. OLE color: 3075819.

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

Color convert

RGB 235 238 46 -
CMYK 0.01 0 0.81 0.07
HSL 60.94º 0.85% 0.56% -
HSV(B) 60.94º 0.81% 0.93% -
XYZ 65.33 79.01 14.39 -
YUV 215.22 32.51 142.11 -
System Red Green Blue C M Y K H S L
Decimal 235 238 46 0.01 0 0.81 0.07 60.94 0.85 0.56
Hex EB EE 2E 1 0 51 7 3D 55 38
Octal 353 356 56 1 0 121 7 75 125 70
Binary 11101011 11101110 101110 1 0 1010001 111 111101 1010101 111000

Color Harmonies of #EBEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEE2E

Black with #EBEE2E

Text Example


Text Example

White with #EBEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEE2E; }

 p { color: rgb(235,238,46); }

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

background-color css

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

 a { background-color: rgb(235,238,46); }

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

border-color css

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

 span { border-color: rgb(235,238,46); }

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