Html Css Color HEX #EBD83F Starship

📋 copy color: '#EBD83F'

red 235 ◦ green 216 ◦ blue 63

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

Shades of Starship #EBD83F

Tints of Starship #EBD83F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.02%

 BLUE value IS 63 (25% from 255) = 12.26%

R = 45.72%
G = 42.02%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EBD83F (or 0xEBD83F) is known color: Starship. HEX triplet: EB, D8 and 3F. RGB value is (235,216,63). Sum of RGB (Red+Green+Blue) = 235+216+63=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 63 (25% from 255 or 12.26% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD83F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD83F is #1427C0. Grayscale: #CCCCCC. Windows color (decimal): -1320897 or 4184299. OLE color: 4184299.

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

Color convert

RGB 235 216 63 -
CMYK 0 0.08 0.73 0.08
HSL 53.37º 0.81% 0.58% -
HSV(B) 53.37º 0.73% 0.92% -
XYZ 59.71 67.13 14.51 -
YUV 204.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 235 216 63 0 0.08 0.73 0.08 53.37 0.81 0.58
Hex EB D8 3F 0 8 49 8 35 51 3A
Octal 353 330 77 0 10 111 10 65 121 72
Binary 11101011 11011000 111111 0 1000 1001001 1000 110101 1010001 111010

Color Harmonies of #EBD83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD83F

Black with #EBD83F

Text Example


Text Example

White with #EBD83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD83F; }

 p { color: rgb(235,216,63); }

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

background-color css

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

 a { background-color: rgb(235,216,63); }

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

border-color css

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

 span { border-color: rgb(235,216,63); }

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