Html Css Color HEX #EDE92B Golden Fizz

📋 copy color: '#EDE92B'

red 237 ◦ green 233 ◦ blue 43

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

Shades of Golden Fizz #EDE92B

Tints of Golden Fizz #EDE92B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.42%

 BLUE value IS 43 (17.19% from 255) = 8.38%

R = 46.2%
G = 45.42%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EDE92B (or 0xEDE92B) is known color: Golden Fizz. HEX triplet: ED, E9 and 2B. RGB value is (237,233,43). Sum of RGB (Red+Green+Blue) = 237+233+43=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 43 (17.19% from 255 or 8.38% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE92B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE92B is #1216D4. Grayscale: #D5D5D5. Windows color (decimal): -1185493 or 2877933. OLE color: 2877933.

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

Color convert

RGB 237 233 43 -
CMYK 0 0.02 0.82 0.07
HSL 58.76º 0.84% 0.55% -
HSV(B) 58.76º 0.82% 0.93% -
XYZ 64.5 76.46 13.64 -
YUV 212.54 32.33 145.45 -
System Red Green Blue C M Y K H S L
Decimal 237 233 43 0 0.02 0.82 0.07 58.76 0.84 0.55
Hex ED E9 2B 0 2 52 7 3B 54 37
Octal 355 351 53 0 2 122 7 73 124 67
Binary 11101101 11101001 101011 0 10 1010010 111 111011 1010100 110111

Color Harmonies of #EDE92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE92B

Black with #EDE92B

Text Example


Text Example

White with #EDE92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE92B; }

 p { color: rgb(237,233,43); }

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

background-color css

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

 a { background-color: rgb(237,233,43); }

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

border-color css

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

 span { border-color: rgb(237,233,43); }

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