Html Css Color HEX #ECBA1F Moon Yellow

📋 copy color: '#ECBA1F'

red 236 ◦ green 186 ◦ blue 31

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

Shades of Moon Yellow #ECBA1F

Tints of Moon Yellow #ECBA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 31 (12.5% from 255) = 6.84%

R = 52.1%
G = 41.06%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECBA1F (or 0xECBA1F) is known color: Moon Yellow. HEX triplet: EC, BA and 1F. RGB value is (236,186,31). Sum of RGB (Red+Green+Blue) = 236+186+31=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 31 (12.5% from 255 or 6.84% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBA1F is #1345E0. Grayscale: #B7B7B7. Windows color (decimal): -1263073 or 2079468. OLE color: 2079468.

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

Color convert

RGB 236 186 31 -
CMYK 0 0.21 0.87 0.07
HSL 45.37º 0.84% 0.52% -
HSV(B) 45.37º 0.87% 0.93% -
XYZ 52.4 53.05 8.77 -
YUV 183.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 236 186 31 0 0.21 0.87 0.07 45.37 0.84 0.52
Hex EC BA 1F 0 15 57 7 2D 54 34
Octal 354 272 37 0 25 127 7 55 124 64
Binary 11101100 10111010 11111 0 10101 1010111 111 101101 1010100 110100

Color Harmonies of #ECBA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA1F

Black with #ECBA1F

Text Example


Text Example

White with #ECBA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA1F; }

 p { color: rgb(236,186,31); }

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

background-color css

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

 a { background-color: rgb(236,186,31); }

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

border-color css

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

 span { border-color: rgb(236,186,31); }

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