Html Css Color HEX #EDF03D Starship

📋 copy color: '#EDF03D'

red 237 ◦ green 240 ◦ blue 61

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

Shades of Starship #EDF03D

Tints of Starship #EDF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

 BLUE value IS 61 (24.22% from 255) = 11.34%

R = 44.05%
G = 44.61%
B = 11.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EDF03D (or 0xEDF03D) is known color: Starship. HEX triplet: ED, F0 and 3D. RGB value is (237,240,61). Sum of RGB (Red+Green+Blue) = 237+240+61=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 61 (24.22% from 255 or 11.34% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF03D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF03D is #120FC2. Grayscale: #DBDBDB. Windows color (decimal): -1183683 or 4059373. OLE color: 4059373.

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

Color convert

RGB 237 240 61 -
CMYK 0.01 0 0.75 0.06
HSL 61.01º 0.86% 0.59% -
HSV(B) 61.01º 0.75% 0.94% -
XYZ 66.93 80.66 16.46 -
YUV 218.7 39.01 141.05 -
System Red Green Blue C M Y K H S L
Decimal 237 240 61 0.01 0 0.75 0.06 61.01 0.86 0.59
Hex ED F0 3D 1 0 4B 6 3D 56 3B
Octal 355 360 75 1 0 113 6 75 126 73
Binary 11101101 11110000 111101 1 0 1001011 110 111101 1010110 111011

Color Harmonies of #EDF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF03D

Black with #EDF03D

Text Example


Text Example

White with #EDF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF03D; }

 p { color: rgb(237,240,61); }

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

background-color css

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

 a { background-color: rgb(237,240,61); }

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

border-color css

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

 span { border-color: rgb(237,240,61); }

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