Html Css Color HEX #EDEB2E Golden Fizz

📋 copy color: '#EDEB2E'

red 237 ◦ green 235 ◦ blue 46

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

Shades of Golden Fizz #EDEB2E

Tints of Golden Fizz #EDEB2E

RGB

 RED value IS 237 (92.97% from 255) = 45.75%

 GREEN value IS 235 (92.19% from 255) = 45.37%

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

R = 45.75%
G = 45.37%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EDEB2E (or 0xEDEB2E) is known color: Golden Fizz. HEX triplet: ED, EB and 2E. RGB value is (237,235,46). Sum of RGB (Red+Green+Blue) = 237+235+46=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB2E is #1214D1. Grayscale: #D6D6D6. Windows color (decimal): -1184978 or 3075053. OLE color: 3075053.

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

Color convert

RGB 237 235 46 -
CMYK 0 0.01 0.81 0.07
HSL 59.37º 0.84% 0.55% -
HSV(B) 59.37º 0.81% 0.93% -
XYZ 65.13 77.62 14.13 -
YUV 214.05 33.16 144.37 -
System Red Green Blue C M Y K H S L
Decimal 237 235 46 0 0.01 0.81 0.07 59.37 0.84 0.55
Hex ED EB 2E 0 1 51 7 3B 54 37
Octal 355 353 56 0 1 121 7 73 124 67
Binary 11101101 11101011 101110 0 1 1010001 111 111011 1010100 110111

Color Harmonies of #EDEB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB2E

Black with #EDEB2E

Text Example


Text Example

White with #EDEB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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