Html Css Color HEX #EDF33C Starship

📋 copy color: '#EDF33C'

red 237 ◦ green 243 ◦ blue 60

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

Shades of Starship #EDF33C

Tints of Starship #EDF33C

RGB

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

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

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

R = 43.89%
G = 45%
B = 11.11%

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

#EDF33C (or 0xEDF33C) is known color: Starship. HEX triplet: ED, F3 and 3C. RGB value is (237,243,60). Sum of RGB (Red+Green+Blue) = 237+243+60=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 60 (23.83% from 255 or 11.11% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF33C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF33C is #120CC3. Grayscale: #DDDDDD. Windows color (decimal): -1182916 or 3994605. OLE color: 3994605.

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

Color convert

RGB 237 243 60 -
CMYK 0.02 0 0.75 0.05
HSL 61.97º 0.88% 0.59% -
HSV(B) 61.97º 0.75% 0.95% -
XYZ 67.79 82.43 16.61 -
YUV 220.34 37.51 139.88 -
System Red Green Blue C M Y K H S L
Decimal 237 243 60 0.02 0 0.75 0.05 61.97 0.88 0.59
Hex ED F3 3C 2 0 4B 5 3E 58 3B
Octal 355 363 74 2 0 113 5 76 130 73
Binary 11101101 11110011 111100 10 0 1001011 101 111110 1011000 111011

Color Harmonies of #EDF33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF33C

Black with #EDF33C

Text Example


Text Example

White with #EDF33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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