Html Css Color HEX #EDB714 Moon Yellow

📋 copy color: '#EDB714'

red 237 ◦ green 183 ◦ blue 20

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

Shades of Moon Yellow #EDB714

Tints of Moon Yellow #EDB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 20 (8.2% from 255) = 4.55%

R = 53.86%
G = 41.59%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDB714 (or 0xEDB714) is known color: Moon Yellow. HEX triplet: ED, B7 and 14. RGB value is (237,183,20). Sum of RGB (Red+Green+Blue) = 237+183+20=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB714 is #1248EB. Grayscale: #B5B5B5. Windows color (decimal): -1198316 or 1357805. OLE color: 1357805.

HSL color Cylindrical-coordinate representation of color #EDB714: hue angle of 45.07º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDB714 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 183 20 -
CMYK 0 0.23 0.92 0.07
HSL 45.07º 0.86% 0.5% -
HSV(B) 45.07º 0.92% 0.93% -
XYZ 51.98 51.92 7.94 -
YUV 180.56 37.39 168.25 -
System Red Green Blue C M Y K H S L
Decimal 237 183 20 0 0.23 0.92 0.07 45.07 0.86 0.5
Hex ED B7 14 0 17 5C 7 2D 56 32
Octal 355 267 24 0 27 134 7 55 126 62
Binary 11101101 10110111 10100 0 10111 1011100 111 101101 1010110 110010

Color Harmonies of #EDB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB714

Black with #EDB714

Text Example


Text Example

White with #EDB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB714; }

 p { color: rgb(237,183,20); }

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

background-color css

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

 a { background-color: rgb(237,183,20); }

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

border-color css

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

 span { border-color: rgb(237,183,20); }

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