Html Css Color HEX #EBEC3D Starship

📋 copy color: '#EBEC3D'

red 235 ◦ green 236 ◦ blue 61

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

Shades of Starship #EBEC3D

Tints of Starship #EBEC3D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.36%

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

R = 44.17%
G = 44.36%
B = 11.47%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EBEC3D (or 0xEBEC3D) is known color: Starship. HEX triplet: EB, EC and 3D. RGB value is (235,236,61). Sum of RGB (Red+Green+Blue) = 235+236+61=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 61 (24.22% from 255 or 11.47% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBEC3D is #1413C2. Grayscale: #D8D8D8. Windows color (decimal): -1315779 or 4058347. OLE color: 4058347.

HSL color Cylindrical-coordinate representation of color #EBEC3D: hue angle of 60.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBEC3D is Cyan = 0.00, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 236 61 -
CMYK 0.00 0 0.74 0.07
HSL 60.34º 0.82% 0.58% -
HSV(B) 60.34º 0.74% 0.93% -
XYZ 65.1 77.99 16.04 -
YUV 215.75 40.67 141.73 -
System Red Green Blue C M Y K H S L
Decimal 235 236 61 0.00 0 0.74 0.07 60.34 0.82 0.58
Hex EB EC 3D 0 0 4A 7 3C 52 3A
Octal 353 354 75 0 0 112 7 74 122 72
Binary 11101011 11101100 111101 0 0 1001010 111 111100 1010010 111010

Color Harmonies of #EBEC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEC3D

Black with #EBEC3D

Text Example


Text Example

White with #EBEC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEC3D; }

 p { color: rgb(235,236,61); }

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

background-color css

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

 a { background-color: rgb(235,236,61); }

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

border-color css

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

 span { border-color: rgb(235,236,61); }

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