Html Css Color HEX #EBDA3D Starship

📋 copy color: '#EBDA3D'

red 235 ◦ green 218 ◦ blue 61

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

Shades of Starship #EBDA3D

Tints of Starship #EBDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.41%

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

R = 45.72%
G = 42.41%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EBDA3D (or 0xEBDA3D) is known color: Starship. HEX triplet: EB, DA and 3D. RGB value is (235,218,61). Sum of RGB (Red+Green+Blue) = 235+218+61=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA3D is #1425C2. Grayscale: #CDCDCD. Windows color (decimal): -1320387 or 4053739. OLE color: 4053739.

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

Color convert

RGB 235 218 61 -
CMYK 0 0.07 0.74 0.08
HSL 54.14º 0.81% 0.58% -
HSV(B) 54.14º 0.74% 0.92% -
XYZ 60.17 68.14 14.4 -
YUV 205.19 46.63 149.27 -
System Red Green Blue C M Y K H S L
Decimal 235 218 61 0 0.07 0.74 0.08 54.14 0.81 0.58
Hex EB DA 3D 0 7 4A 8 36 51 3A
Octal 353 332 75 0 7 112 10 66 121 72
Binary 11101011 11011010 111101 0 111 1001010 1000 110110 1010001 111010

Color Harmonies of #EBDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA3D

Black with #EBDA3D

Text Example


Text Example

White with #EBDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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