Html Css Color HEX #EDC312 Moon Yellow

📋 copy color: '#EDC312'

red 237 ◦ green 195 ◦ blue 18

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

Shades of Moon Yellow #EDC312

Tints of Moon Yellow #EDC312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.33%

 BLUE value IS 18 (7.42% from 255) = 4%

R = 52.67%
G = 43.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDC312 (or 0xEDC312) is known color: Moon Yellow. HEX triplet: ED, C3 and 12. RGB value is (237,195,18). Sum of RGB (Red+Green+Blue) = 237+195+18=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDC312 is #123CED. Grayscale: #BCBCBC. Windows color (decimal): -1195246 or 1229805. OLE color: 1229805.

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

Color convert

RGB 237 195 18 -
CMYK 0 0.18 0.92 0.07
HSL 48.49º 0.86% 0.5% -
HSV(B) 48.49º 0.92% 0.93% -
XYZ 54.55 57.08 8.71 -
YUV 187.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 237 195 18 0 0.18 0.92 0.07 48.49 0.86 0.5
Hex ED C3 12 0 12 5C 7 30 56 32
Octal 355 303 22 0 22 134 7 60 126 62
Binary 11101101 11000011 10010 0 10010 1011100 111 110000 1010110 110010

Color Harmonies of #EDC312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC312

Black with #EDC312

Text Example


Text Example

White with #EDC312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC312; }

 p { color: rgb(237,195,18); }

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

background-color css

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

 a { background-color: rgb(237,195,18); }

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

border-color css

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

 span { border-color: rgb(237,195,18); }

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