Html Css Color HEX #EDDA41 Starship

📋 copy color: '#EDDA41'

red 237 ◦ green 218 ◦ blue 65

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

Shades of Starship #EDDA41

Tints of Starship #EDDA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.5%

R = 45.58%
G = 41.92%
B = 12.5%

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

#EDDA41 (or 0xEDDA41) is known color: Starship. HEX triplet: ED, DA and 41. RGB value is (237,218,65). Sum of RGB (Red+Green+Blue) = 237+218+65=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 65 (25.78% from 255 or 12.5% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA41 is #1225BE. Grayscale: #CECECE. Windows color (decimal): -1189311 or 4315885. OLE color: 4315885.

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

Color convert

RGB 237 218 65 -
CMYK 0 0.08 0.73 0.07
HSL 53.37º 0.83% 0.59% -
HSV(B) 53.37º 0.73% 0.93% -
XYZ 60.95 68.53 15.02 -
YUV 206.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 237 218 65 0 0.08 0.73 0.07 53.37 0.83 0.59
Hex ED DA 41 0 8 49 7 35 53 3B
Octal 355 332 101 0 10 111 7 65 123 73
Binary 11101101 11011010 1000001 0 1000 1001001 111 110101 1010011 111011

Color Harmonies of #EDDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA41

Black with #EDDA41

Text Example


Text Example

White with #EDDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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