Html Css Color HEX #EBFD3C Starship

📋 copy color: '#EBFD3C'

red 235 ◦ green 253 ◦ blue 60

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

Shades of Starship #EBFD3C

Tints of Starship #EBFD3C

RGB

 RED value IS 235 (92.19% from 255) = 42.88%

 GREEN value IS 253 (99.22% from 255) = 46.17%

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

R = 42.88%
G = 46.17%
B = 10.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#EBFD3C (or 0xEBFD3C) is known color: Starship. HEX triplet: EB, FD and 3C. RGB value is (235,253,60). Sum of RGB (Red+Green+Blue) = 235+253+60=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 60 (23.83% from 255 or 10.95% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #EBFD3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFD3C is #1402C3. Grayscale: #E2E2E2. Windows color (decimal): -1311428 or 3997163. OLE color: 3997163.

HSL color Cylindrical-coordinate representation of color #EBFD3C: hue angle of 65.6º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EBFD3C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 253 60 -
CMYK 0.07 0 0.76 0.01
HSL 65.6º 0.98% 0.61% -
HSV(B) 65.6º 0.76% 0.99% -
XYZ 70.2 88.24 17.61 -
YUV 225.62 34.54 134.69 -
System Red Green Blue C M Y K H S L
Decimal 235 253 60 0.07 0 0.76 0.01 65.6 0.98 0.61
Hex EB FD 3C 7 0 4C 1 42 62 3D
Octal 353 375 74 7 0 114 1 102 142 75
Binary 11101011 11111101 111100 111 0 1001100 1 1000010 1100010 111101

Color Harmonies of #EBFD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFD3C

Black with #EBFD3C

Text Example


Text Example

White with #EBFD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFD3C; }

 p { color: rgb(235,253,60); }

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

background-color css

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

 a { background-color: rgb(235,253,60); }

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

border-color css

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

 span { border-color: rgb(235,253,60); }

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