Html Css Color HEX #EDF23E Starship

📋 copy color: '#EDF23E'

red 237 ◦ green 242 ◦ blue 62

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

Shades of Starship #EDF23E

Tints of Starship #EDF23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.46%

R = 43.81%
G = 44.73%
B = 11.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#EDF23E (or 0xEDF23E) is known color: Starship. HEX triplet: ED, F2 and 3E. RGB value is (237,242,62). Sum of RGB (Red+Green+Blue) = 237+242+62=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 62 (24.61% from 255 or 11.46% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF23E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF23E is #120DC1. Grayscale: #DCDCDC. Windows color (decimal): -1183170 or 4125421. OLE color: 4125421.

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

Color convert

RGB 237 242 62 -
CMYK 0.02 0 0.74 0.05
HSL 61.67º 0.87% 0.6% -
HSV(B) 61.67º 0.74% 0.95% -
XYZ 67.55 81.86 16.8 -
YUV 219.99 38.84 140.14 -
System Red Green Blue C M Y K H S L
Decimal 237 242 62 0.02 0 0.74 0.05 61.67 0.87 0.6
Hex ED F2 3E 2 0 4A 5 3E 57 3C
Octal 355 362 76 2 0 112 5 76 127 74
Binary 11101101 11110010 111110 10 0 1001010 101 111110 1010111 111100

Color Harmonies of #EDF23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF23E

Black with #EDF23E

Text Example


Text Example

White with #EDF23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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