Html Css Color HEX #EDD942 Starship

📋 copy color: '#EDD942'

red 237 ◦ green 217 ◦ blue 66

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

Shades of Starship #EDD942

Tints of Starship #EDD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 66 (26.17% from 255) = 12.69%

R = 45.58%
G = 41.73%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDD942 (or 0xEDD942) is known color: Starship. HEX triplet: ED, D9 and 42. RGB value is (237,217,66). Sum of RGB (Red+Green+Blue) = 237+217+66=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 66 (26.17% from 255 or 12.69% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD942 is #1226BD. Grayscale: #CECECE. Windows color (decimal): -1189566 or 4381165. OLE color: 4381165.

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

Color convert

RGB 237 217 66 -
CMYK 0 0.08 0.72 0.07
HSL 52.98º 0.83% 0.59% -
HSV(B) 52.98º 0.72% 0.93% -
XYZ 60.72 68.02 15.08 -
YUV 205.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 237 217 66 0 0.08 0.72 0.07 52.98 0.83 0.59
Hex ED D9 42 0 8 48 7 35 53 3B
Octal 355 331 102 0 10 110 7 65 123 73
Binary 11101101 11011001 1000010 0 1000 1001000 111 110101 1010011 111011

Color Harmonies of #EDD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD942

Black with #EDD942

Text Example


Text Example

White with #EDD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD942; }

 p { color: rgb(237,217,66); }

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

background-color css

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

 a { background-color: rgb(237,217,66); }

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

border-color css

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

 span { border-color: rgb(237,217,66); }

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