Html Css Color HEX #EBDD3E Starship

📋 copy color: '#EBDD3E'

red 235 ◦ green 221 ◦ blue 62

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

Shades of Starship #EBDD3E

Tints of Starship #EBDD3E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

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

R = 45.37%
G = 42.66%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBDD3E (or 0xEBDD3E) is known color: Starship. HEX triplet: EB, DD and 3E. RGB value is (235,221,62). Sum of RGB (Red+Green+Blue) = 235+221+62=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD3E is #1422C1. Grayscale: #CFCFCF. Windows color (decimal): -1319618 or 4120043. OLE color: 4120043.

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

Color convert

RGB 235 221 62 -
CMYK 0 0.06 0.74 0.08
HSL 55.14º 0.81% 0.58% -
HSV(B) 55.14º 0.74% 0.92% -
XYZ 60.99 69.72 14.8 -
YUV 207.06 46.14 147.93 -
System Red Green Blue C M Y K H S L
Decimal 235 221 62 0 0.06 0.74 0.08 55.14 0.81 0.58
Hex EB DD 3E 0 6 4A 8 37 51 3A
Octal 353 335 76 0 6 112 10 67 121 72
Binary 11101011 11011101 111110 0 110 1001010 1000 110111 1010001 111010

Color Harmonies of #EBDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD3E

Black with #EBDD3E

Text Example


Text Example

White with #EBDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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