Html Css Color HEX #ECE13F Starship

📋 copy color: '#ECE13F'

red 236 ◦ green 225 ◦ blue 63

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

Shades of Starship #ECE13F

Tints of Starship #ECE13F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.94%

 BLUE value IS 63 (25% from 255) = 12.02%

R = 45.04%
G = 42.94%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECE13F (or 0xECE13F) is known color: Starship. HEX triplet: EC, E1 and 3F. RGB value is (236,225,63). Sum of RGB (Red+Green+Blue) = 236+225+63=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 63 (25% from 255 or 12.02% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE13F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE13F is #131EC0. Grayscale: #D2D2D2. Windows color (decimal): -1253057 or 4186604. OLE color: 4186604.

HSL color Cylindrical-coordinate representation of color #ECE13F: hue angle of 56.18º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECE13F is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 63 -
CMYK 0 0.05 0.73 0.07
HSL 56.18º 0.82% 0.59% -
HSV(B) 56.18º 0.73% 0.93% -
XYZ 62.41 72.04 15.32 -
YUV 209.82 45.14 146.67 -
System Red Green Blue C M Y K H S L
Decimal 236 225 63 0 0.05 0.73 0.07 56.18 0.82 0.59
Hex EC E1 3F 0 5 49 7 38 52 3B
Octal 354 341 77 0 5 111 7 70 122 73
Binary 11101100 11100001 111111 0 101 1001001 111 111000 1010010 111011

Color Harmonies of #ECE13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE13F

Black with #ECE13F

Text Example


Text Example

White with #ECE13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE13F; }

 p { color: rgb(236,225,63); }

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

background-color css

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

 a { background-color: rgb(236,225,63); }

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

border-color css

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

 span { border-color: rgb(236,225,63); }

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