Html Css Color HEX #EBE13D Starship

📋 copy color: '#EBE13D'

red 235 ◦ green 225 ◦ blue 61

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

Shades of Starship #EBE13D

Tints of Starship #EBE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.19%

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

R = 45.11%
G = 43.19%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBE13D (or 0xEBE13D) is known color: Starship. HEX triplet: EB, E1 and 3D. RGB value is (235,225,61). Sum of RGB (Red+Green+Blue) = 235+225+61=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE13D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBE13D is #141EC2. Grayscale: #D1D1D1. Windows color (decimal): -1318595 or 4055531. OLE color: 4055531.

HSL color Cylindrical-coordinate representation of color #EBE13D: hue angle of 56.55º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBE13D is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 225 61 -
CMYK 0 0.04 0.74 0.08
HSL 56.55º 0.81% 0.58% -
HSV(B) 56.55º 0.74% 0.92% -
XYZ 62.03 71.85 15.01 -
YUV 209.29 44.31 146.34 -
System Red Green Blue C M Y K H S L
Decimal 235 225 61 0 0.04 0.74 0.08 56.55 0.81 0.58
Hex EB E1 3D 0 4 4A 8 39 51 3A
Octal 353 341 75 0 4 112 10 71 121 72
Binary 11101011 11100001 111101 0 100 1001010 1000 111001 1010001 111010

Color Harmonies of #EBE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE13D

Black with #EBE13D

Text Example


Text Example

White with #EBE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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