Html Css Color HEX #ECDB42 Starship

📋 copy color: '#ECDB42'

red 236 ◦ green 219 ◦ blue 66

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

Shades of Starship #ECDB42

Tints of Starship #ECDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.67%

R = 45.3%
G = 42.03%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECDB42 (or 0xECDB42) is known color: Starship. HEX triplet: EC, DB and 42. RGB value is (236,219,66). Sum of RGB (Red+Green+Blue) = 236+219+66=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB42 is #1324BD. Grayscale: #CFCFCF. Windows color (decimal): -1254590 or 4381676. OLE color: 4381676.

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

Color convert

RGB 236 219 66 -
CMYK 0 0.07 0.72 0.07
HSL 54º 0.82% 0.59% -
HSV(B) 54º 0.72% 0.93% -
XYZ 60.91 68.89 15.24 -
YUV 206.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 236 219 66 0 0.07 0.72 0.07 54 0.82 0.59
Hex EC DB 42 0 7 48 7 36 52 3B
Octal 354 333 102 0 7 110 7 66 122 73
Binary 11101100 11011011 1000010 0 111 1001000 111 110110 1010010 111011

Color Harmonies of #ECDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDB42

Black with #ECDB42

Text Example


Text Example

White with #ECDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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