Html Css Color HEX #EBDE3E Starship

📋 copy color: '#EBDE3E'

red 235 ◦ green 222 ◦ blue 62

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

Shades of Starship #EBDE3E

Tints of Starship #EBDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.77%

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

R = 45.28%
G = 42.77%
B = 11.95%

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

#EBDE3E (or 0xEBDE3E) is known color: Starship. HEX triplet: EB, DE and 3E. RGB value is (235,222,62). Sum of RGB (Red+Green+Blue) = 235+222+62=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDE3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDE3E is #1421C1. Grayscale: #D0D0D0. Windows color (decimal): -1319362 or 4120299. OLE color: 4120299.

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

Color convert

RGB 235 222 62 -
CMYK 0 0.06 0.74 0.08
HSL 55.49º 0.81% 0.58% -
HSV(B) 55.49º 0.74% 0.92% -
XYZ 61.25 70.25 14.89 -
YUV 207.65 45.81 147.51 -
System Red Green Blue C M Y K H S L
Decimal 235 222 62 0 0.06 0.74 0.08 55.49 0.81 0.58
Hex EB DE 3E 0 6 4A 8 37 51 3A
Octal 353 336 76 0 6 112 10 67 121 72
Binary 11101011 11011110 111110 0 110 1001010 1000 110111 1010001 111010

Color Harmonies of #EBDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDE3E

Black with #EBDE3E

Text Example


Text Example

White with #EBDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDE3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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