Html Css Color HEX #EDEC41 Starship

📋 copy color: '#EDEC41'

red 237 ◦ green 236 ◦ blue 65

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

Shades of Starship #EDEC41

Tints of Starship #EDEC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.08%

R = 44.05%
G = 43.87%
B = 12.08%

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

#EDEC41 (or 0xEDEC41) is known color: Starship. HEX triplet: ED, EC and 41. RGB value is (237,236,65). Sum of RGB (Red+Green+Blue) = 237+236+65=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC41 is #1213BE. Grayscale: #D9D9D9. Windows color (decimal): -1184703 or 4320493. OLE color: 4320493.

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

Color convert

RGB 237 236 65 -
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.87 78.38 16.66 -
YUV 216.81 42.33 142.4 -
System Red Green Blue C M Y K H S L
Decimal 237 236 65 0 0.00 0.73 0.07 59.65 0.83 0.59
Hex ED EC 41 0 0 49 7 3C 53 3B
Octal 355 354 101 0 0 111 7 74 123 73
Binary 11101101 11101100 1000001 0 0 1001001 111 111100 1010011 111011

Color Harmonies of #EDEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC41

Black with #EDEC41

Text Example


Text Example

White with #EDEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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