Html Css Color HEX #ECDB40 Starship

📋 copy color: '#ECDB40'

red 236 ◦ green 219 ◦ blue 64

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

Shades of Starship #ECDB40

Tints of Starship #ECDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.33%

R = 45.47%
G = 42.2%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECDB40 (or 0xECDB40) is known color: Starship. HEX triplet: EC, DB and 40. RGB value is (236,219,64). Sum of RGB (Red+Green+Blue) = 236+219+64=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB40 is #1324BF. Grayscale: #CFCFCF. Windows color (decimal): -1254592 or 4250604. OLE color: 4250604.

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

Color convert

RGB 236 219 64 -
CMYK 0 0.07 0.73 0.07
HSL 54.07º 0.82% 0.59% -
HSV(B) 54.07º 0.73% 0.93% -
XYZ 60.85 68.87 14.94 -
YUV 206.41 47.63 149.1 -
System Red Green Blue C M Y K H S L
Decimal 236 219 64 0 0.07 0.73 0.07 54.07 0.82 0.59
Hex EC DB 40 0 7 49 7 36 52 3B
Octal 354 333 100 0 7 111 7 66 122 73
Binary 11101100 11011011 1000000 0 111 1001001 111 110110 1010010 111011

Color Harmonies of #ECDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB40

Black with #ECDB40

Text Example


Text Example

White with #ECDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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