Html Css Color HEX #EBD63E Starship

📋 copy color: '#EBD63E'

red 235 ◦ green 214 ◦ blue 62

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

Shades of Starship #EBD63E

Tints of Starship #EBD63E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 45.99%
G = 41.88%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBD63E (or 0xEBD63E) is known color: Starship. HEX triplet: EB, D6 and 3E. RGB value is (235,214,62). Sum of RGB (Red+Green+Blue) = 235+214+62=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD63E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD63E is #1429C1. Grayscale: #CBCBCB. Windows color (decimal): -1321410 or 4118251. OLE color: 4118251.

HSL color Cylindrical-coordinate representation of color #EBD63E: hue angle of 52.72º 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 #EBD63E is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 214 62 -
CMYK 0 0.09 0.74 0.08
HSL 52.72º 0.81% 0.58% -
HSV(B) 52.72º 0.74% 0.92% -
XYZ 59.18 66.1 14.2 -
YUV 202.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 235 214 62 0 0.09 0.74 0.08 52.72 0.81 0.58
Hex EB D6 3E 0 9 4A 8 35 51 3A
Octal 353 326 76 0 11 112 10 65 121 72
Binary 11101011 11010110 111110 0 1001 1001010 1000 110101 1010001 111010

Color Harmonies of #EBD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD63E

Black with #EBD63E

Text Example


Text Example

White with #EBD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD63E; }

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

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

background-color css

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

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

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

border-color css

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

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

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