Html Css Color HEX #EDCB10 Moon Yellow

📋 copy color: '#EDCB10'

red 237 ◦ green 203 ◦ blue 16

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

Shades of Moon Yellow #EDCB10

Tints of Moon Yellow #EDCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 51.97%
G = 44.52%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDCB10 (or 0xEDCB10) is known color: Moon Yellow. HEX triplet: ED, CB and 10. RGB value is (237,203,16). Sum of RGB (Red+Green+Blue) = 237+203+16=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB10 is #1234EF. Grayscale: #C0C0C0. Windows color (decimal): -1193200 or 1100781. OLE color: 1100781.

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

Color convert

RGB 237 203 16 -
CMYK 0 0.14 0.93 0.07
HSL 50.77º 0.87% 0.5% -
HSV(B) 50.77º 0.93% 0.93% -
XYZ 56.37 60.75 9.25 -
YUV 191.85 28.76 160.21 -
System Red Green Blue C M Y K H S L
Decimal 237 203 16 0 0.14 0.93 0.07 50.77 0.87 0.5
Hex ED CB 10 0 E 5D 7 33 57 32
Octal 355 313 20 0 16 135 7 63 127 62
Binary 11101101 11001011 10000 0 1110 1011101 111 110011 1010111 110010

Color Harmonies of #EDCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB10

Black with #EDCB10

Text Example


Text Example

White with #EDCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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