Html Css Color HEX #EDF43C Starship

📋 copy color: '#EDF43C'

red 237 ◦ green 244 ◦ blue 60

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

Shades of Starship #EDF43C

Tints of Starship #EDF43C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.1%

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

R = 43.81%
G = 45.1%
B = 11.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#EDF43C (or 0xEDF43C) is known color: Starship. HEX triplet: ED, F4 and 3C. RGB value is (237,244,60). Sum of RGB (Red+Green+Blue) = 237+244+60=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 60 (23.83% from 255 or 11.09% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF43C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF43C is #120BC3. Grayscale: #DDDDDD. Windows color (decimal): -1182660 or 3994861. OLE color: 3994861.

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

Color convert

RGB 237 244 60 -
CMYK 0.03 0 0.75 0.04
HSL 62.28º 0.89% 0.6% -
HSV(B) 62.28º 0.75% 0.96% -
XYZ 68.09 83.03 16.71 -
YUV 220.93 37.18 139.46 -
System Red Green Blue C M Y K H S L
Decimal 237 244 60 0.03 0 0.75 0.04 62.28 0.89 0.6
Hex ED F4 3C 3 0 4B 4 3E 59 3C
Octal 355 364 74 3 0 113 4 76 131 74
Binary 11101101 11110100 111100 11 0 1001011 100 111110 1011001 111100

Color Harmonies of #EDF43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF43C

Black with #EDF43C

Text Example


Text Example

White with #EDF43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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