Html Css Color HEX #EDD840 Starship

📋 copy color: '#EDD840'

red 237 ◦ green 216 ◦ blue 64

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

Shades of Starship #EDD840

Tints of Starship #EDD840

RGB

 RED value IS 237 (92.97% from 255) = 45.84%

 GREEN value IS 216 (84.77% from 255) = 41.78%

 BLUE value IS 64 (25.39% from 255) = 12.38%

R = 45.84%
G = 41.78%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDD840 (or 0xEDD840) is known color: Starship. HEX triplet: ED, D8 and 40. RGB value is (237,216,64). Sum of RGB (Red+Green+Blue) = 237+216+64=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 64 (25.39% from 255 or 12.38% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD840 is #1227BF. Grayscale: #CDCDCD. Windows color (decimal): -1189824 or 4249837. OLE color: 4249837.

HSL color Cylindrical-coordinate representation of color #EDD840: hue angle of 52.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EDD840 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 64 -
CMYK 0 0.09 0.73 0.07
HSL 52.72º 0.83% 0.59% -
HSV(B) 52.72º 0.73% 0.93% -
XYZ 60.41 67.49 14.69 -
YUV 204.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 237 216 64 0 0.09 0.73 0.07 52.72 0.83 0.59
Hex ED D8 40 0 9 49 7 35 53 3B
Octal 355 330 100 0 11 111 7 65 123 73
Binary 11101101 11011000 1000000 0 1001 1001001 111 110101 1010011 111011

Color Harmonies of #EDD840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD840

Black with #EDD840

Text Example


Text Example

White with #EDD840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD840; }

 p { color: rgb(237,216,64); }

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

background-color css

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

 a { background-color: rgb(237,216,64); }

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

border-color css

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

 span { border-color: rgb(237,216,64); }

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