Html Css Color HEX #EDD630 Golden Fizz

📋 copy color: '#EDD630'

red 237 ◦ green 214 ◦ blue 48

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

Shades of Golden Fizz #EDD630

Tints of Golden Fizz #EDD630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.62%

R = 47.49%
G = 42.89%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EDD630 (or 0xEDD630) is known color: Golden Fizz. HEX triplet: ED, D6 and 30. RGB value is (237,214,48). Sum of RGB (Red+Green+Blue) = 237+214+48=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD630 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD630 is #1229CF. Grayscale: #CACACA. Windows color (decimal): -1190352 or 3200749. OLE color: 3200749.

HSL color Cylindrical-coordinate representation of color #EDD630: hue angle of 52.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDD630 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 48 -
CMYK 0 0.10 0.80 0.07
HSL 52.7º 0.84% 0.56% -
HSV(B) 52.7º 0.8% 0.93% -
XYZ 59.51 66.31 12.46 -
YUV 201.95 41.12 153 -
System Red Green Blue C M Y K H S L
Decimal 237 214 48 0 0.10 0.80 0.07 52.7 0.84 0.56
Hex ED D6 30 0 A 50 7 35 54 38
Octal 355 326 60 0 12 120 7 65 124 70
Binary 11101101 11010110 110000 0 1010 1010000 111 110101 1010100 111000

Color Harmonies of #EDD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD630

Black with #EDD630

Text Example


Text Example

White with #EDD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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