Html Css Color HEX #EDDA40 Starship

📋 copy color: '#EDDA40'

red 237 ◦ green 218 ◦ blue 64

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

Shades of Starship #EDDA40

Tints of Starship #EDDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.33%

R = 45.66%
G = 42%
B = 12.33%

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

#EDDA40 (or 0xEDDA40) is known color: Starship. HEX triplet: ED, DA and 40. RGB value is (237,218,64). Sum of RGB (Red+Green+Blue) = 237+218+64=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 218 (85.55% from 255 or 42.00% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA40 is #1225BF. Grayscale: #CECECE. Windows color (decimal): -1189312 or 4250349. OLE color: 4250349.

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

Color convert

RGB 237 218 64 -
CMYK 0 0.08 0.73 0.07
HSL 53.41º 0.83% 0.59% -
HSV(B) 53.41º 0.73% 0.93% -
XYZ 60.92 68.52 14.86 -
YUV 206.13 47.79 150.02 -
System Red Green Blue C M Y K H S L
Decimal 237 218 64 0 0.08 0.73 0.07 53.41 0.83 0.59
Hex ED DA 40 0 8 49 7 35 53 3B
Octal 355 332 100 0 10 111 7 65 123 73
Binary 11101101 11011010 1000000 0 1000 1001001 111 110101 1010011 111011

Color Harmonies of #EDDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA40

Black with #EDDA40

Text Example


Text Example

White with #EDDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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