Html Css Color HEX #EDF23C Starship

📋 copy color: '#EDF23C'

red 237 ◦ green 242 ◦ blue 60

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

Shades of Starship #EDF23C

Tints of Starship #EDF23C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.9%

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

R = 43.97%
G = 44.9%
B = 11.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#EDF23C (or 0xEDF23C) is known color: Starship. HEX triplet: ED, F2 and 3C. RGB value is (237,242,60). Sum of RGB (Red+Green+Blue) = 237+242+60=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 60 (23.83% from 255 or 11.13% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23C is #120DC3. Grayscale: #DCDCDC. Windows color (decimal): -1183172 or 3994349. OLE color: 3994349.

HSL color Cylindrical-coordinate representation of color #EDF23C: hue angle of 61.65º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF23C is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 242 60 -
CMYK 0.02 0 0.75 0.05
HSL 61.65º 0.88% 0.59% -
HSV(B) 61.65º 0.75% 0.95% -
XYZ 67.49 81.84 16.51 -
YUV 219.76 37.84 140.3 -
System Red Green Blue C M Y K H S L
Decimal 237 242 60 0.02 0 0.75 0.05 61.65 0.88 0.59
Hex ED F2 3C 2 0 4B 5 3E 58 3B
Octal 355 362 74 2 0 113 5 76 130 73
Binary 11101101 11110010 111100 10 0 1001011 101 111110 1011000 111011

Color Harmonies of #EDF23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF23C

Black with #EDF23C

Text Example


Text Example

White with #EDF23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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