Html Css Color HEX #EBED3D Starship

📋 copy color: '#EBED3D'

red 235 ◦ green 237 ◦ blue 61

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

Shades of Starship #EBED3D

Tints of Starship #EBED3D

RGB

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

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

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

R = 44.09%
G = 44.47%
B = 11.44%

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

#EBED3D (or 0xEBED3D) is known color: Starship. HEX triplet: EB, ED and 3D. RGB value is (235,237,61). Sum of RGB (Red+Green+Blue) = 235+237+61=533 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.09% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 61 (24.22% from 255 or 11.44% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED3D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBED3D is #1412C2. Grayscale: #D9D9D9. Windows color (decimal): -1315523 or 4058603. OLE color: 4058603.

HSL color Cylindrical-coordinate representation of color #EBED3D: hue angle of 60.68º degrees, saturation: 0.83, 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 #EBED3D is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 235 237 61 -
CMYK 0.01 0 0.74 0.07
HSL 60.68º 0.83% 0.58% -
HSV(B) 60.68º 0.74% 0.93% -
XYZ 65.39 78.57 16.13 -
YUV 216.34 40.34 141.31 -
System Red Green Blue C M Y K H S L
Decimal 235 237 61 0.01 0 0.74 0.07 60.68 0.83 0.58
Hex EB ED 3D 1 0 4A 7 3D 53 3A
Octal 353 355 75 1 0 112 7 75 123 72
Binary 11101011 11101101 111101 1 0 1001010 111 111101 1010011 111010

Color Harmonies of #EBED3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBED3D

Black with #EBED3D

Text Example


Text Example

White with #EBED3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBED3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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