Html Css Color HEX #EDDA43 Starship

📋 copy color: '#EDDA43'

red 237 ◦ green 218 ◦ blue 67

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

Shades of Starship #EDDA43

Tints of Starship #EDDA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.84%

R = 45.4%
G = 41.76%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDDA43 (or 0xEDDA43) is known color: Starship. HEX triplet: ED, DA and 43. RGB value is (237,218,67). Sum of RGB (Red+Green+Blue) = 237+218+67=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 67 (26.56% from 255 or 12.84% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA43 is #1225BC. Grayscale: #CFCFCF. Windows color (decimal): -1189309 or 4446957. OLE color: 4446957.

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

Color convert

RGB 237 218 67 -
CMYK 0 0.08 0.72 0.07
HSL 53.29º 0.83% 0.6% -
HSV(B) 53.29º 0.72% 0.93% -
XYZ 61.01 68.55 15.33 -
YUV 206.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 237 218 67 0 0.08 0.72 0.07 53.29 0.83 0.6
Hex ED DA 43 0 8 48 7 35 53 3C
Octal 355 332 103 0 10 110 7 65 123 74
Binary 11101101 11011010 1000011 0 1000 1001000 111 110101 1010011 111100

Color Harmonies of #EDDA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA43

Black with #EDDA43

Text Example


Text Example

White with #EDDA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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