Html Css Color HEX #EDEF3F Starship

📋 copy color: '#EDEF3F'

red 237 ◦ green 239 ◦ blue 63

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

Shades of Starship #EDEF3F

Tints of Starship #EDEF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.34%

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

R = 43.97%
G = 44.34%
B = 11.69%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EDEF3F (or 0xEDEF3F) is known color: Starship. HEX triplet: ED, EF and 3F. RGB value is (237,239,63). Sum of RGB (Red+Green+Blue) = 237+239+63=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF3F is #1210C0. Grayscale: #DBDBDB. Windows color (decimal): -1183937 or 4190189. OLE color: 4190189.

HSL color Cylindrical-coordinate representation of color #EDEF3F: hue angle of 60.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EDEF3F is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 63 -
CMYK 0.01 0 0.74 0.06
HSL 60.68º 0.85% 0.59% -
HSV(B) 60.68º 0.74% 0.94% -
XYZ 66.69 80.1 16.65 -
YUV 218.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 237 239 63 0.01 0 0.74 0.06 60.68 0.85 0.59
Hex ED EF 3F 1 0 4A 6 3D 55 3B
Octal 355 357 77 1 0 112 6 75 125 73
Binary 11101101 11101111 111111 1 0 1001010 110 111101 1010101 111011

Color Harmonies of #EDEF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF3F

Black with #EDEF3F

Text Example


Text Example

White with #EDEF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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