Html Css Color HEX #EBED41 Starship

📋 copy color: '#EBED41'

red 235 ◦ green 237 ◦ blue 65

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

Shades of Starship #EBED41

Tints of Starship #EBED41

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

 BLUE value IS 65 (25.78% from 255) = 12.1%

R = 43.76%
G = 44.13%
B = 12.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EBED41 (or 0xEBED41) is known color: Starship. HEX triplet: EB, ED and 41. RGB value is (235,237,65). Sum of RGB (Red+Green+Blue) = 235+237+65=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED41 is #1412BE. Grayscale: #D9D9D9. Windows color (decimal): -1315519 or 4320747. OLE color: 4320747.

HSL color Cylindrical-coordinate representation of color #EBED41: hue angle of 60.7º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EBED41 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 65 -
CMYK 0.01 0 0.73 0.07
HSL 60.7º 0.83% 0.59% -
HSV(B) 60.7º 0.73% 0.93% -
XYZ 65.5 78.61 16.72 -
YUV 216.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 235 237 65 0.01 0 0.73 0.07 60.7 0.83 0.59
Hex EB ED 41 1 0 49 7 3D 53 3B
Octal 353 355 101 1 0 111 7 75 123 73
Binary 11101011 11101101 1000001 1 0 1001001 111 111101 1010011 111011

Color Harmonies of #EBED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED41

Black with #EBED41

Text Example


Text Example

White with #EBED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED41; }

 p { color: rgb(235,237,65); }

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

background-color css

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

 a { background-color: rgb(235,237,65); }

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

border-color css

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

 span { border-color: rgb(235,237,65); }

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