Html Css Color HEX #EDDB3F Starship

📋 copy color: '#EDDB3F'

red 237 ◦ green 219 ◦ blue 63

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

Shades of Starship #EDDB3F

Tints of Starship #EDDB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.14%

R = 45.66%
G = 42.2%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDDB3F (or 0xEDDB3F) is known color: Starship. HEX triplet: ED, DB and 3F. RGB value is (237,219,63). Sum of RGB (Red+Green+Blue) = 237+219+63=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB3F is #1224C0. Grayscale: #CFCFCF. Windows color (decimal): -1189057 or 4185069. OLE color: 4185069.

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

Color convert

RGB 237 219 63 -
CMYK 0 0.08 0.73 0.07
HSL 53.79º 0.83% 0.59% -
HSV(B) 53.79º 0.73% 0.93% -
XYZ 61.15 69.03 14.8 -
YUV 206.6 46.96 149.68 -
System Red Green Blue C M Y K H S L
Decimal 237 219 63 0 0.08 0.73 0.07 53.79 0.83 0.59
Hex ED DB 3F 0 8 49 7 36 53 3B
Octal 355 333 77 0 10 111 7 66 123 73
Binary 11101101 11011011 111111 0 1000 1001001 111 110110 1010011 111011

Color Harmonies of #EDDB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB3F

Black with #EDDB3F

Text Example


Text Example

White with #EDDB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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