Html Css Color HEX #EDF33F Starship

📋 copy color: '#EDF33F'

red 237 ◦ green 243 ◦ blue 63

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

Shades of Starship #EDF33F

Tints of Starship #EDF33F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.75%

 BLUE value IS 63 (25% from 255) = 11.6%

R = 43.65%
G = 44.75%
B = 11.6%

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

#EDF33F (or 0xEDF33F) is known color: Starship. HEX triplet: ED, F3 and 3F. RGB value is (237,243,63). Sum of RGB (Red+Green+Blue) = 237+243+63=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 63 (25% from 255 or 11.60% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF33F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF33F is #120CC0. Grayscale: #DDDDDD. Windows color (decimal): -1182913 or 4191213. OLE color: 4191213.

HSL color Cylindrical-coordinate representation of color #EDF33F: hue angle of 62º degrees, saturation: 0.88, 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 #EDF33F is Cyan = 0.02, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 63 -
CMYK 0.02 0 0.74 0.05
HSL 62º 0.88% 0.6% -
HSV(B) 62º 0.74% 0.95% -
XYZ 67.87 82.46 17.04 -
YUV 220.69 39.01 139.64 -
System Red Green Blue C M Y K H S L
Decimal 237 243 63 0.02 0 0.74 0.05 62 0.88 0.6
Hex ED F3 3F 2 0 4A 5 3E 58 3C
Octal 355 363 77 2 0 112 5 76 130 74
Binary 11101101 11110011 111111 10 0 1001010 101 111110 1011000 111100

Color Harmonies of #EDF33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF33F

Black with #EDF33F

Text Example


Text Example

White with #EDF33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF33F; }

 p { color: rgb(237,243,63); }

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

background-color css

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

 a { background-color: rgb(237,243,63); }

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

border-color css

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

 span { border-color: rgb(237,243,63); }

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