Html Css Color HEX #EDCB16 Moon Yellow

📋 copy color: '#EDCB16'

red 237 ◦ green 203 ◦ blue 22

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

Shades of Moon Yellow #EDCB16

Tints of Moon Yellow #EDCB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.76%

R = 51.3%
G = 43.94%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDCB16 (or 0xEDCB16) is known color: Moon Yellow. HEX triplet: ED, CB and 16. RGB value is (237,203,22). Sum of RGB (Red+Green+Blue) = 237+203+22=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 22 (8.98% from 255 or 4.76% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB16 is #1234E9. Grayscale: #C1C1C1. Windows color (decimal): -1193194 or 1493997. OLE color: 1493997.

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

Color convert

RGB 237 203 22 -
CMYK 0 0.14 0.91 0.07
HSL 50.51º 0.86% 0.51% -
HSV(B) 50.51º 0.91% 0.93% -
XYZ 56.43 60.77 9.52 -
YUV 192.53 31.76 159.72 -
System Red Green Blue C M Y K H S L
Decimal 237 203 22 0 0.14 0.91 0.07 50.51 0.86 0.51
Hex ED CB 16 0 E 5B 7 33 56 33
Octal 355 313 26 0 16 133 7 63 126 63
Binary 11101101 11001011 10110 0 1110 1011011 111 110011 1010110 110011

Color Harmonies of #EDCB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB16

Black with #EDCB16

Text Example


Text Example

White with #EDCB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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