Html Css Color HEX #EDCB0E Moon Yellow

📋 copy color: '#EDCB0E'

red 237 ◦ green 203 ◦ blue 14

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

Shades of Moon Yellow #EDCB0E

Tints of Moon Yellow #EDCB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.08%

R = 52.2%
G = 44.71%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDCB0E (or 0xEDCB0E) is known color: Moon Yellow. HEX triplet: ED, CB and 0E. RGB value is (237,203,14). Sum of RGB (Red+Green+Blue) = 237+203+14=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 14 (5.86% from 255 or 3.08% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCB0E is #1234F1. Grayscale: #C0C0C0. Windows color (decimal): -1193202 or 969709. OLE color: 969709.

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

Color convert

RGB 237 203 14 -
CMYK 0 0.14 0.94 0.07
HSL 50.85º 0.89% 0.49% -
HSV(B) 50.85º 0.94% 0.93% -
XYZ 56.36 60.75 9.17 -
YUV 191.62 27.76 160.37 -
System Red Green Blue C M Y K H S L
Decimal 237 203 14 0 0.14 0.94 0.07 50.85 0.89 0.49
Hex ED CB E 0 E 5E 7 33 59 31
Octal 355 313 16 0 16 136 7 63 131 61
Binary 11101101 11001011 1110 0 1110 1011110 111 110011 1011001 110001

Color Harmonies of #EDCB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCB0E

Black with #EDCB0E

Text Example


Text Example

White with #EDCB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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