Html Css Color HEX #EADB3D Starship

📋 copy color: '#EADB3D'

red 234 ◦ green 219 ◦ blue 61

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

Shades of Starship #EADB3D

Tints of Starship #EADB3D

RGB

 RED value IS 234 (91.8% from 255) = 45.53%

 GREEN value IS 219 (85.94% from 255) = 42.61%

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

R = 45.53%
G = 42.61%
B = 11.87%

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

#EADB3D (or 0xEADB3D) is known color: Starship. HEX triplet: EA, DB and 3D. RGB value is (234,219,61). Sum of RGB (Red+Green+Blue) = 234+219+61=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EADB3D is #1524C2. Grayscale: #CECECE. Windows color (decimal): -1385667 or 4053994. OLE color: 4053994.

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

Color convert

RGB 234 219 61 -
CMYK 0 0.06 0.74 0.08
HSL 54.8º 0.8% 0.58% -
HSV(B) 54.8º 0.74% 0.92% -
XYZ 60.11 68.49 14.47 -
YUV 205.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 234 219 61 0 0.06 0.74 0.08 54.8 0.8 0.58
Hex EA DB 3D 0 6 4A 8 37 50 3A
Octal 352 333 75 0 6 112 10 67 120 72
Binary 11101010 11011011 111101 0 110 1001010 1000 110111 1010000 111010

Color Harmonies of #EADB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB3D

Black with #EADB3D

Text Example


Text Example

White with #EADB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB3D; }

 p { color: rgb(234,219,61); }

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

background-color css

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

 a { background-color: rgb(234,219,61); }

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

border-color css

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

 span { border-color: rgb(234,219,61); }

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