Html Css Color HEX #EDDA3D Starship

📋 copy color: '#EDDA3D'

red 237 ◦ green 218 ◦ blue 61

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

Shades of Starship #EDDA3D

Tints of Starship #EDDA3D

RGB

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

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

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

R = 45.93%
G = 42.25%
B = 11.82%

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

#EDDA3D (or 0xEDDA3D) is known color: Starship. HEX triplet: ED, DA and 3D. RGB value is (237,218,61). Sum of RGB (Red+Green+Blue) = 237+218+61=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 61 (24.22% from 255 or 11.82% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA3D is #1225C2. Grayscale: #CECECE. Windows color (decimal): -1189315 or 4053741. OLE color: 4053741.

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

Color convert

RGB 237 218 61 -
CMYK 0 0.08 0.74 0.07
HSL 53.52º 0.83% 0.58% -
HSV(B) 53.52º 0.74% 0.93% -
XYZ 60.84 68.48 14.43 -
YUV 205.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 237 218 61 0 0.08 0.74 0.07 53.52 0.83 0.58
Hex ED DA 3D 0 8 4A 7 36 53 3A
Octal 355 332 75 0 10 112 7 66 123 72
Binary 11101101 11011010 111101 0 1000 1001010 111 110110 1010011 111010

Color Harmonies of #EDDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA3D

Black with #EDDA3D

Text Example


Text Example

White with #EDDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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