#EDDB43

Color #EDDB43 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EDDB43

Tints of Starship #EDDB43

Color information

#EDDB43 (or 0xEDDB43) is unknown color: approx Starship. HEX triplet: ED, DB and 43. RGB value is (237,219,67). Sum of RGB (Red+Green+Blue) = 237+219+67=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 67 (26.56% from 255 or 12.81% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB43 is #1224BC. Grayscale: #CFCFCF. Windows color (decimal): -1189053 or 4447213. OLE color: 4447213.

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

Color convert

RGB23721967-
CMYK00.080.720.07
HSL53.65º82.52%59.61%-
HSV(B)53.65º71.73%92.94%-
XYZ61.2769.0715.41-
YUV207.0548.96149.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 219 (85.94% from 255) = 41.87%
BLUE value IS 67 (26.56% from 255) = 12.81%
R=45.32%
G=41.87%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372196700.080.720.0753.6582.5259.61
HexEDDB430848736533c
Octal35533310301011076612374
Binary111011011101101110000110100010010001111101101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB43; }

 p { color: rgb(237,219,67); }

 H1.HeaderClassName
 {
   color: #EDDB43;
 }
 .AnyTagClassName
 {
   color: #EDDB43;
 }
</style>
background-color css

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

 a { background-color: rgb(237,219,67); }

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

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

 span { border-color: rgb(237,219,67); }

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