Html Css Color HEX #EDDF3D Starship

📋 copy color: '#EDDF3D'

red 237 ◦ green 223 ◦ blue 61

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

Shades of Starship #EDDF3D

Tints of Starship #EDDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.8%

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

R = 45.49%
G = 42.8%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EDDF3D (or 0xEDDF3D) is known color: Starship. HEX triplet: ED, DF and 3D. RGB value is (237,223,61). Sum of RGB (Red+Green+Blue) = 237+223+61=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 61 (24.22% from 255 or 11.71% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF3D is #1220C2. Grayscale: #D1D1D1. Windows color (decimal): -1188035 or 4055021. OLE color: 4055021.

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

Color convert

RGB 237 223 61 -
CMYK 0 0.06 0.74 0.07
HSL 55.23º 0.83% 0.58% -
HSV(B) 55.23º 0.74% 0.93% -
XYZ 62.16 71.12 14.87 -
YUV 208.72 44.64 148.17 -
System Red Green Blue C M Y K H S L
Decimal 237 223 61 0 0.06 0.74 0.07 55.23 0.83 0.58
Hex ED DF 3D 0 6 4A 7 37 53 3A
Octal 355 337 75 0 6 112 7 67 123 72
Binary 11101101 11011111 111101 0 110 1001010 111 110111 1010011 111010

Color Harmonies of #EDDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF3D

Black with #EDDF3D

Text Example


Text Example

White with #EDDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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