Html Css Color HEX #ECBD0E Moon Yellow

📋 copy color: '#ECBD0E'

red 236 ◦ green 189 ◦ blue 14

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

Shades of Moon Yellow #ECBD0E

Tints of Moon Yellow #ECBD0E

RGB

 RED value IS 236 (92.58% from 255) = 53.76%

 GREEN value IS 189 (74.22% from 255) = 43.05%

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

R = 53.76%
G = 43.05%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECBD0E (or 0xECBD0E) is known color: Moon Yellow. HEX triplet: EC, BD and 0E. RGB value is (236,189,14). Sum of RGB (Red+Green+Blue) = 236+189+14=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 189 (74.22% from 255 or 43.05% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD0E is #1342F1. Grayscale: #B7B7B7. Windows color (decimal): -1262322 or 966124. OLE color: 966124.

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

Color convert

RGB 236 189 14 -
CMYK 0 0.20 0.94 0.07
HSL 47.3º 0.89% 0.49% -
HSV(B) 47.3º 0.94% 0.93% -
XYZ 52.87 54.26 8.1 -
YUV 183.1 32.57 165.73 -
System Red Green Blue C M Y K H S L
Decimal 236 189 14 0 0.20 0.94 0.07 47.3 0.89 0.49
Hex EC BD E 0 14 5E 7 2F 59 31
Octal 354 275 16 0 24 136 7 57 131 61
Binary 11101100 10111101 1110 0 10100 1011110 111 101111 1011001 110001

Color Harmonies of #ECBD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD0E

Black with #ECBD0E

Text Example


Text Example

White with #ECBD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD0E; }

 p { color: rgb(236,189,14); }

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

background-color css

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

 a { background-color: rgb(236,189,14); }

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

border-color css

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

 span { border-color: rgb(236,189,14); }

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