Html Css Color HEX #ECDB3E Starship

📋 copy color: '#ECDB3E'

red 236 ◦ green 219 ◦ blue 62

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

Shades of Starship #ECDB3E

Tints of Starship #ECDB3E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.36%

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

R = 45.65%
G = 42.36%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ECDB3E (or 0xECDB3E) is known color: Starship. HEX triplet: EC, DB and 3E. RGB value is (236,219,62). Sum of RGB (Red+Green+Blue) = 236+219+62=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB3E is #1324C1. Grayscale: #CECECE. Windows color (decimal): -1254594 or 4119532. OLE color: 4119532.

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

Color convert

RGB 236 219 62 -
CMYK 0 0.07 0.74 0.07
HSL 54.14º 0.82% 0.58% -
HSV(B) 54.14º 0.74% 0.93% -
XYZ 60.79 68.84 14.64 -
YUV 206.19 46.63 149.27 -
System Red Green Blue C M Y K H S L
Decimal 236 219 62 0 0.07 0.74 0.07 54.14 0.82 0.58
Hex EC DB 3E 0 7 4A 7 36 52 3A
Octal 354 333 76 0 7 112 7 66 122 72
Binary 11101100 11011011 111110 0 111 1001010 111 110110 1010010 111010

Color Harmonies of #ECDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB3E

Black with #ECDB3E

Text Example


Text Example

White with #ECDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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