Html Css Color HEX #ECBD0F Moon Yellow

📋 copy color: '#ECBD0F'

red 236 ◦ green 189 ◦ blue 15

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

Shades of Moon Yellow #ECBD0F

Tints of Moon Yellow #ECBD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.41%

R = 53.64%
G = 42.95%
B = 3.41%

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

#ECBD0F (or 0xECBD0F) is known color: Moon Yellow. HEX triplet: EC, BD and 0F. RGB value is (236,189,15). Sum of RGB (Red+Green+Blue) = 236+189+15=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECBD0F is #1342F0. Grayscale: #B7B7B7. Windows color (decimal): -1262321 or 1031660. OLE color: 1031660.

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

Color convert

RGB 236 189 15 -
CMYK 0 0.20 0.94 0.07
HSL 47.24º 0.88% 0.49% -
HSV(B) 47.24º 0.94% 0.93% -
XYZ 52.88 54.26 8.14 -
YUV 183.22 33.07 165.65 -
System Red Green Blue C M Y K H S L
Decimal 236 189 15 0 0.20 0.94 0.07 47.24 0.88 0.49
Hex EC BD F 0 14 5E 7 2F 58 31
Octal 354 275 17 0 24 136 7 57 130 61
Binary 11101100 10111101 1111 0 10100 1011110 111 101111 1011000 110001

Color Harmonies of #ECBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBD0F

Black with #ECBD0F

Text Example


Text Example

White with #ECBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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