Html Css Color HEX #EDEA3A Golden Fizz

📋 copy color: '#EDEA3A'

red 237 ◦ green 234 ◦ blue 58

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

Shades of Golden Fizz #EDEA3A

Tints of Golden Fizz #EDEA3A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.23%

 BLUE value IS 58 (23.05% from 255) = 10.96%

R = 44.8%
G = 44.23%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDEA3A (or 0xEDEA3A) is known color: Golden Fizz. HEX triplet: ED, EA and 3A. RGB value is (237,234,58). Sum of RGB (Red+Green+Blue) = 237+234+58=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 58 (23.05% from 255 or 10.96% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEA3A is #1215C5. Grayscale: #D7D7D7. Windows color (decimal): -1185222 or 3861229. OLE color: 3861229.

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

Color convert

RGB 237 234 58 -
CMYK 0 0.01 0.76 0.07
HSL 58.99º 0.83% 0.58% -
HSV(B) 58.99º 0.76% 0.93% -
XYZ 65.11 77.16 15.46 -
YUV 214.83 39.49 143.81 -
System Red Green Blue C M Y K H S L
Decimal 237 234 58 0 0.01 0.76 0.07 58.99 0.83 0.58
Hex ED EA 3A 0 1 4C 7 3B 53 3A
Octal 355 352 72 0 1 114 7 73 123 72
Binary 11101101 11101010 111010 0 1 1001100 111 111011 1010011 111010

Color Harmonies of #EDEA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA3A

Black with #EDEA3A

Text Example


Text Example

White with #EDEA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA3A; }

 p { color: rgb(237,234,58); }

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

background-color css

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

 a { background-color: rgb(237,234,58); }

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

border-color css

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

 span { border-color: rgb(237,234,58); }

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