Html Css Color HEX #EDE71F Golden Fizz

📋 copy color: '#EDE71F'

red 237 ◦ green 231 ◦ blue 31

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

Shades of Golden Fizz #EDE71F

Tints of Golden Fizz #EDE71F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

 BLUE value IS 31 (12.5% from 255) = 6.21%

R = 47.49%
G = 46.29%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE71F (or 0xEDE71F) is known color: Golden Fizz. HEX triplet: ED, E7 and 1F. RGB value is (237,231,31). Sum of RGB (Red+Green+Blue) = 237+231+31=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 31 (12.5% from 255 or 6.21% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE71F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE71F is #1218E0. Grayscale: #D2D2D2. Windows color (decimal): -1186017 or 2090989. OLE color: 2090989.

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

Color convert

RGB 237 231 31 -
CMYK 0 0.03 0.87 0.07
HSL 58.25º 0.85% 0.53% -
HSV(B) 58.25º 0.87% 0.93% -
XYZ 63.75 75.26 12.46 -
YUV 209.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 237 231 31 0 0.03 0.87 0.07 58.25 0.85 0.53
Hex ED E7 1F 0 3 57 7 3A 55 35
Octal 355 347 37 0 3 127 7 72 125 65
Binary 11101101 11100111 11111 0 11 1010111 111 111010 1010101 110101

Color Harmonies of #EDE71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE71F

Black with #EDE71F

Text Example


Text Example

White with #EDE71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE71F; }

 p { color: rgb(237,231,31); }

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

background-color css

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

 a { background-color: rgb(237,231,31); }

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

border-color css

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

 span { border-color: rgb(237,231,31); }

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