Html Css Color HEX #EFD35A Portica

📋 copy color: '#EFD35A'

red 239 ◦ green 211 ◦ blue 90

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

Shades of Portica #EFD35A

Tints of Portica #EFD35A

RGB

 RED value IS 239 (93.75% from 255) = 44.26%

 GREEN value IS 211 (82.81% from 255) = 39.07%

 BLUE value IS 90 (35.55% from 255) = 16.67%

R = 44.26%
G = 39.07%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFD35A (or 0xEFD35A) is known color: Portica. HEX triplet: EF, D3 and 5A. RGB value is (239,211,90). Sum of RGB (Red+Green+Blue) = 239+211+90=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 90 (35.55% from 255 or 16.67% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD35A is #102CA5. Grayscale: #CECECE. Windows color (decimal): -1060006 or 5952495. OLE color: 5952495.

HSL color Cylindrical-coordinate representation of color #EFD35A: hue angle of 48.72º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFD35A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 211 90 -
CMYK 0 0.12 0.62 0.06
HSL 48.72º 0.82% 0.65% -
HSV(B) 48.72º 0.62% 0.94% -
XYZ 60.74 65.68 19.15 -
YUV 205.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 239 211 90 0 0.12 0.62 0.06 48.72 0.82 0.65
Hex EF D3 5A 0 C 3E 6 31 52 41
Octal 357 323 132 0 14 76 6 61 122 101
Binary 11101111 11010011 1011010 0 1100 111110 110 110001 1010010 1000001

Color Harmonies of #EFD35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD35A

Black with #EFD35A

Text Example


Text Example

White with #EFD35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD35A; }

 p { color: rgb(239,211,90); }

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

background-color css

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

 a { background-color: rgb(239,211,90); }

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

border-color css

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

 span { border-color: rgb(239,211,90); }

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