Html Css Color HEX #ECD53E Starship

📋 copy color: '#ECD53E'

red 236 ◦ green 213 ◦ blue 62

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

Shades of Starship #ECD53E

Tints of Starship #ECD53E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.68%

 BLUE value IS 62 (24.61% from 255) = 12.13%

R = 46.18%
G = 41.68%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECD53E (or 0xECD53E) is known color: Starship. HEX triplet: EC, D5 and 3E. RGB value is (236,213,62). Sum of RGB (Red+Green+Blue) = 236+213+62=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD53E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD53E is #132AC1. Grayscale: #CBCBCB. Windows color (decimal): -1256130 or 4117996. OLE color: 4117996.

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

Color convert

RGB 236 213 62 -
CMYK 0 0.10 0.74 0.07
HSL 52.07º 0.82% 0.58% -
HSV(B) 52.07º 0.74% 0.93% -
XYZ 59.26 65.77 14.13 -
YUV 202.66 48.62 151.78 -
System Red Green Blue C M Y K H S L
Decimal 236 213 62 0 0.10 0.74 0.07 52.07 0.82 0.58
Hex EC D5 3E 0 A 4A 7 34 52 3A
Octal 354 325 76 0 12 112 7 64 122 72
Binary 11101100 11010101 111110 0 1010 1001010 111 110100 1010010 111010

Color Harmonies of #ECD53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD53E

Black with #ECD53E

Text Example


Text Example

White with #ECD53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD53E; }

 p { color: rgb(236,213,62); }

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

background-color css

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

 a { background-color: rgb(236,213,62); }

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

border-color css

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

 span { border-color: rgb(236,213,62); }

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