Html Css Color HEX #EDEC3F Starship

📋 copy color: '#EDEC3F'

red 237 ◦ green 236 ◦ blue 63

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

Shades of Starship #EDEC3F

Tints of Starship #EDEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.75%

R = 44.22%
G = 44.03%
B = 11.75%

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

#EDEC3F (or 0xEDEC3F) is known color: Starship. HEX triplet: ED, EC and 3F. RGB value is (237,236,63). Sum of RGB (Red+Green+Blue) = 237+236+63=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC3F is #1213C0. Grayscale: #D9D9D9. Windows color (decimal): -1184705 or 4189421. OLE color: 4189421.

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

Color convert

RGB 237 236 63 -
CMYK 0 0.00 0.73 0.07
HSL 59.66º 0.83% 0.59% -
HSV(B) 59.66º 0.73% 0.93% -
XYZ 65.82 78.35 16.36 -
YUV 216.58 41.33 142.57 -
System Red Green Blue C M Y K H S L
Decimal 237 236 63 0 0.00 0.73 0.07 59.66 0.83 0.59
Hex ED EC 3F 0 0 49 7 3C 53 3B
Octal 355 354 77 0 0 111 7 74 123 73
Binary 11101101 11101100 111111 0 0 1001001 111 111100 1010011 111011

Color Harmonies of #EDEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC3F

Black with #EDEC3F

Text Example


Text Example

White with #EDEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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