Html Css Color HEX #EDE31E Golden Fizz

📋 copy color: '#EDE31E'

red 237 ◦ green 227 ◦ blue 30

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

Shades of Golden Fizz #EDE31E

Tints of Golden Fizz #EDE31E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.95%

 BLUE value IS 30 (12.11% from 255) = 6.07%

R = 47.98%
G = 45.95%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDE31E (or 0xEDE31E) is known color: Golden Fizz. HEX triplet: ED, E3 and 1E. RGB value is (237,227,30). Sum of RGB (Red+Green+Blue) = 237+227+30=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE31E is #121CE1. Grayscale: #D0D0D0. Windows color (decimal): -1187042 or 2024429. OLE color: 2024429.

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

Color convert

RGB 237 227 30 -
CMYK 0 0.04 0.87 0.07
HSL 57.1º 0.85% 0.52% -
HSV(B) 57.1º 0.87% 0.93% -
XYZ 62.63 73.04 12.02 -
YUV 207.53 27.81 149.02 -
System Red Green Blue C M Y K H S L
Decimal 237 227 30 0 0.04 0.87 0.07 57.1 0.85 0.52
Hex ED E3 1E 0 4 57 7 39 55 34
Octal 355 343 36 0 4 127 7 71 125 64
Binary 11101101 11100011 11110 0 100 1010111 111 111001 1010101 110100

Color Harmonies of #EDE31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE31E

Black with #EDE31E

Text Example


Text Example

White with #EDE31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE31E; }

 p { color: rgb(237,227,30); }

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

background-color css

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

 a { background-color: rgb(237,227,30); }

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

border-color css

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

 span { border-color: rgb(237,227,30); }

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