Html Css Color HEX #EDDB3D Starship

📋 copy color: '#EDDB3D'

red 237 ◦ green 219 ◦ blue 61

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

Shades of Starship #EDDB3D

Tints of Starship #EDDB3D

RGB

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

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

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

R = 45.84%
G = 42.36%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDDB3D (or 0xEDDB3D) is known color: Starship. HEX triplet: ED, DB and 3D. RGB value is (237,219,61). Sum of RGB (Red+Green+Blue) = 237+219+61=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDB3D is #1224C2. Grayscale: #CFCFCF. Windows color (decimal): -1189059 or 4053997. OLE color: 4053997.

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

Color convert

RGB 237 219 61 -
CMYK 0 0.08 0.74 0.07
HSL 53.86º 0.83% 0.58% -
HSV(B) 53.86º 0.74% 0.93% -
XYZ 61.1 69 14.51 -
YUV 206.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 237 219 61 0 0.08 0.74 0.07 53.86 0.83 0.58
Hex ED DB 3D 0 8 4A 7 36 53 3A
Octal 355 333 75 0 10 112 7 66 123 72
Binary 11101101 11011011 111101 0 1000 1001010 111 110110 1010011 111010

Color Harmonies of #EDDB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB3D

Black with #EDDB3D

Text Example


Text Example

White with #EDDB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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