Html Css Color HEX #EDD63A Golden Fizz

📋 copy color: '#EDD63A'

red 237 ◦ green 214 ◦ blue 58

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

Shades of Golden Fizz #EDD63A

Tints of Golden Fizz #EDD63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.04%

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

R = 46.56%
G = 42.04%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDD63A (or 0xEDD63A) is known color: Golden Fizz. HEX triplet: ED, D6 and 3A. RGB value is (237,214,58). Sum of RGB (Red+Green+Blue) = 237+214+58=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 58 (23.05% from 255 or 11.39% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD63A is #1229C5. Grayscale: #CBCBCB. Windows color (decimal): -1190342 or 3856109. OLE color: 3856109.

HSL color Cylindrical-coordinate representation of color #EDD63A: hue angle of 52.29º 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 #EDD63A is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 58 -
CMYK 0 0.10 0.76 0.07
HSL 52.29º 0.83% 0.58% -
HSV(B) 52.29º 0.76% 0.93% -
XYZ 59.74 66.4 13.67 -
YUV 203.09 46.12 152.18 -
System Red Green Blue C M Y K H S L
Decimal 237 214 58 0 0.10 0.76 0.07 52.29 0.83 0.58
Hex ED D6 3A 0 A 4C 7 34 53 3A
Octal 355 326 72 0 12 114 7 64 123 72
Binary 11101101 11010110 111010 0 1010 1001100 111 110100 1010011 111010

Color Harmonies of #EDD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD63A

Black with #EDD63A

Text Example


Text Example

White with #EDD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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