Html Css Color HEX #ECBF1F Moon Yellow

📋 copy color: '#ECBF1F'

red 236 ◦ green 191 ◦ blue 31

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

Shades of Moon Yellow #ECBF1F

Tints of Moon Yellow #ECBF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 41.7%

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

R = 51.53%
G = 41.7%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#ECBF1F (or 0xECBF1F) is known color: Moon Yellow. HEX triplet: EC, BF and 1F. RGB value is (236,191,31). Sum of RGB (Red+Green+Blue) = 236+191+31=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 31 (12.5% from 255 or 6.77% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBF1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECBF1F is #1340E0. Grayscale: #BABABA. Windows color (decimal): -1261793 or 2080748. OLE color: 2080748.

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

Color convert

RGB 236 191 31 -
CMYK 0 0.19 0.87 0.07
HSL 46.83º 0.84% 0.52% -
HSV(B) 46.83º 0.87% 0.93% -
XYZ 53.47 55.19 9.13 -
YUV 186.22 40.41 163.51 -
System Red Green Blue C M Y K H S L
Decimal 236 191 31 0 0.19 0.87 0.07 46.83 0.84 0.52
Hex EC BF 1F 0 13 57 7 2F 54 34
Octal 354 277 37 0 23 127 7 57 124 64
Binary 11101100 10111111 11111 0 10011 1010111 111 101111 1010100 110100

Color Harmonies of #ECBF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBF1F

Black with #ECBF1F

Text Example


Text Example

White with #ECBF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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