Html Css Color HEX #EDEC40 Starship

📋 copy color: '#EDEC40'

red 237 ◦ green 236 ◦ blue 64

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

Shades of Starship #EDEC40

Tints of Starship #EDEC40

RGB

 RED value IS 237 (92.97% from 255) = 44.13%

 GREEN value IS 236 (92.58% from 255) = 43.95%

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

R = 44.13%
G = 43.95%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDEC40 (or 0xEDEC40) is known color: Starship. HEX triplet: ED, EC and 40. RGB value is (237,236,64). Sum of RGB (Red+Green+Blue) = 237+236+64=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 64 (25.39% from 255 or 11.92% from 537); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC40 is #1213BF. Grayscale: #D9D9D9. Windows color (decimal): -1184704 or 4254957. OLE color: 4254957.

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

Color convert

RGB 237 236 64 -
CMYK 0 0.00 0.73 0.07
HSL 59.65º 0.83% 0.59% -
HSV(B) 59.65º 0.73% 0.93% -
XYZ 65.85 78.37 16.51 -
YUV 216.69 41.83 142.49 -
System Red Green Blue C M Y K H S L
Decimal 237 236 64 0 0.00 0.73 0.07 59.65 0.83 0.59
Hex ED EC 40 0 0 49 7 3C 53 3B
Octal 355 354 100 0 0 111 7 74 123 73
Binary 11101101 11101100 1000000 0 0 1001001 111 111100 1010011 111011

Color Harmonies of #EDEC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC40

Black with #EDEC40

Text Example


Text Example

White with #EDEC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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