Html Css Color HEX #EDDA3E Starship

📋 copy color: '#EDDA3E'

red 237 ◦ green 218 ◦ blue 62

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

Shades of Starship #EDDA3E

Tints of Starship #EDDA3E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.17%

 BLUE value IS 62 (24.61% from 255) = 11.99%

R = 45.84%
G = 42.17%
B = 11.99%

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

#EDDA3E (or 0xEDDA3E) is known color: Starship. HEX triplet: ED, DA and 3E. RGB value is (237,218,62). Sum of RGB (Red+Green+Blue) = 237+218+62=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 62 (24.61% from 255 or 11.99% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA3E is #1225C1. Grayscale: #CECECE. Windows color (decimal): -1189314 or 4119277. OLE color: 4119277.

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

Color convert

RGB 237 218 62 -
CMYK 0 0.08 0.74 0.07
HSL 53.49º 0.83% 0.59% -
HSV(B) 53.49º 0.74% 0.93% -
XYZ 60.87 68.5 14.57 -
YUV 205.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 237 218 62 0 0.08 0.74 0.07 53.49 0.83 0.59
Hex ED DA 3E 0 8 4A 7 35 53 3B
Octal 355 332 76 0 10 112 7 65 123 73
Binary 11101101 11011010 111110 0 1000 1001010 111 110101 1010011 111011

Color Harmonies of #EDDA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA3E

Black with #EDDA3E

Text Example


Text Example

White with #EDDA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA3E; }

 p { color: rgb(237,218,62); }

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

background-color css

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

 a { background-color: rgb(237,218,62); }

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

border-color css

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

 span { border-color: rgb(237,218,62); }

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