Html Css Color HEX #EDED3F Starship

📋 copy color: '#EDED3F'

red 237 ◦ green 237 ◦ blue 63

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

Shades of Starship #EDED3F

Tints of Starship #EDED3F

RGB

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

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

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

R = 44.13%
G = 44.13%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDED3F (or 0xEDED3F) is known color: Starship. HEX triplet: ED, ED and 3F. RGB value is (237,237,63). Sum of RGB (Red+Green+Blue) = 237+237+63=537 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.13% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 63 (25% from 255 or 11.73% from 537); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED3F is #1212C0. Grayscale: #D9D9D9. Windows color (decimal): -1184449 or 4189677. OLE color: 4189677.

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

Color convert

RGB 237 237 63 -
CMYK 0 0 0.73 0.07
HSL 60º 0.83% 0.59% -
HSV(B) 60º 0.73% 0.93% -
XYZ 66.11 78.93 16.45 -
YUV 217.16 41 142.15 -
System Red Green Blue C M Y K H S L
Decimal 237 237 63 0 0 0.73 0.07 60 0.83 0.59
Hex ED ED 3F 0 0 49 7 3C 53 3B
Octal 355 355 77 0 0 111 7 74 123 73
Binary 11101101 11101101 111111 0 0 1001001 111 111100 1010011 111011

Color Harmonies of #EDED3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED3F

Black with #EDED3F

Text Example


Text Example

White with #EDED3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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