Html Css Color HEX #EDCB12 Moon Yellow

📋 copy color: '#EDCB12'

red 237 ◦ green 203 ◦ blue 18

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

Shades of Moon Yellow #EDCB12

Tints of Moon Yellow #EDCB12

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.32%

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

R = 51.75%
G = 44.32%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDCB12 (or 0xEDCB12) is known color: Moon Yellow. HEX triplet: ED, CB and 12. RGB value is (237,203,18). Sum of RGB (Red+Green+Blue) = 237+203+18=458 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.75% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB12 is #1234ED. Grayscale: #C0C0C0. Windows color (decimal): -1193198 or 1231853. OLE color: 1231853.

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

Color convert

RGB 237 203 18 -
CMYK 0 0.14 0.92 0.07
HSL 50.68º 0.86% 0.5% -
HSV(B) 50.68º 0.92% 0.93% -
XYZ 56.39 60.76 9.33 -
YUV 192.08 29.76 160.04 -
System Red Green Blue C M Y K H S L
Decimal 237 203 18 0 0.14 0.92 0.07 50.68 0.86 0.5
Hex ED CB 12 0 E 5C 7 33 56 32
Octal 355 313 22 0 16 134 7 63 126 62
Binary 11101101 11001011 10010 0 1110 1011100 111 110011 1010110 110010

Color Harmonies of #EDCB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB12

Black with #EDCB12

Text Example


Text Example

White with #EDCB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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