Html Css Color HEX #ECBD10 Moon Yellow

📋 copy color: '#ECBD10'

red 236 ◦ green 189 ◦ blue 16

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

Shades of Moon Yellow #ECBD10

Tints of Moon Yellow #ECBD10

RGB

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

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

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

R = 53.51%
G = 42.86%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECBD10 (or 0xECBD10) is known color: Moon Yellow. HEX triplet: EC, BD and 10. RGB value is (236,189,16). Sum of RGB (Red+Green+Blue) = 236+189+16=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD10 is #1342EF. Grayscale: #B8B8B8. Windows color (decimal): -1262320 or 1097196. OLE color: 1097196.

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

Color convert

RGB 236 189 16 -
CMYK 0 0.20 0.93 0.07
HSL 47.18º 0.87% 0.49% -
HSV(B) 47.18º 0.93% 0.93% -
XYZ 52.88 54.27 8.18 -
YUV 183.33 33.57 165.57 -
System Red Green Blue C M Y K H S L
Decimal 236 189 16 0 0.20 0.93 0.07 47.18 0.87 0.49
Hex EC BD 10 0 14 5D 7 2F 57 31
Octal 354 275 20 0 24 135 7 57 127 61
Binary 11101100 10111101 10000 0 10100 1011101 111 101111 1010111 110001

Color Harmonies of #ECBD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD10

Black with #ECBD10

Text Example


Text Example

White with #ECBD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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