Html Css Color HEX #EDF73C Starship

📋 copy color: '#EDF73C'

red 237 ◦ green 247 ◦ blue 60

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

Shades of Starship #EDF73C

Tints of Starship #EDF73C

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.4%

 BLUE value IS 60 (23.83% from 255) = 11.03%

R = 43.57%
G = 45.4%
B = 11.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.76

 K value IS 0.03

RGB Variations

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

Color information

#EDF73C (or 0xEDF73C) is known color: Starship. HEX triplet: ED, F7 and 3C. RGB value is (237,247,60). Sum of RGB (Red+Green+Blue) = 237+247+60=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 60 (23.83% from 255 or 11.03% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF73C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF73C is #1208C3. Grayscale: #DFDFDF. Windows color (decimal): -1181892 or 3995629. OLE color: 3995629.

HSL color Cylindrical-coordinate representation of color #EDF73C: hue angle of 63.21º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF73C is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 60 -
CMYK 0.04 0 0.76 0.03
HSL 63.21º 0.92% 0.6% -
HSV(B) 63.21º 0.76% 0.97% -
XYZ 69 84.85 17.02 -
YUV 222.69 36.19 138.21 -
System Red Green Blue C M Y K H S L
Decimal 237 247 60 0.04 0 0.76 0.03 63.21 0.92 0.6
Hex ED F7 3C 4 0 4C 3 3F 5C 3C
Octal 355 367 74 4 0 114 3 77 134 74
Binary 11101101 11110111 111100 100 0 1001100 11 111111 1011100 111100

Color Harmonies of #EDF73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF73C

Black with #EDF73C

Text Example


Text Example

White with #EDF73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF73C; }

 p { color: rgb(237,247,60); }

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

background-color css

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

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

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

border-color css

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

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

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