Html Css Color HEX #EBED3E Starship

📋 copy color: '#EBED3E'

red 235 ◦ green 237 ◦ blue 62

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

Shades of Starship #EBED3E

Tints of Starship #EBED3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.61%

R = 44.01%
G = 44.38%
B = 11.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EBED3E (or 0xEBED3E) is known color: Starship. HEX triplet: EB, ED and 3E. RGB value is (235,237,62). Sum of RGB (Red+Green+Blue) = 235+237+62=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED3E is #1412C1. Grayscale: #D9D9D9. Windows color (decimal): -1315522 or 4124139. OLE color: 4124139.

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

Color convert

RGB 235 237 62 -
CMYK 0.01 0 0.74 0.07
HSL 60.69º 0.83% 0.59% -
HSV(B) 60.69º 0.74% 0.93% -
XYZ 65.41 78.58 16.28 -
YUV 216.45 40.84 141.23 -
System Red Green Blue C M Y K H S L
Decimal 235 237 62 0.01 0 0.74 0.07 60.69 0.83 0.59
Hex EB ED 3E 1 0 4A 7 3D 53 3B
Octal 353 355 76 1 0 112 7 75 123 73
Binary 11101011 11101101 111110 1 0 1001010 111 111101 1010011 111011

Color Harmonies of #EBED3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED3E

Black with #EBED3E

Text Example


Text Example

White with #EBED3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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